diff --git a/machines/universedesktop/configuration.nix b/machines/universedesktop/configuration.nix index 5f94bf7..1977144 100644 --- a/machines/universedesktop/configuration.nix +++ b/machines/universedesktop/configuration.nix @@ -33,6 +33,12 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + # Allow for emulating these platforms + boot.binfmt.emulatedSystems = [ + "riscv64-linux" + ]; + + ## Bridged Network Config networking.hostName = "universedesktop";