Emulate Riscv64 (for now)
This commit is contained in:
@@ -33,6 +33,12 @@
|
|||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
|
# Allow for emulating these platforms
|
||||||
|
boot.binfmt.emulatedSystems = [
|
||||||
|
"riscv64-linux"
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
## Bridged Network Config
|
## Bridged Network Config
|
||||||
|
|
||||||
networking.hostName = "universedesktop";
|
networking.hostName = "universedesktop";
|
||||||
|
|||||||
Reference in New Issue
Block a user