Emulate Riscv64 (for now)

This commit is contained in:
2023-09-05 22:05:16 -04:00
parent 421514d964
commit 6bfb5ee90a

View File

@@ -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";