diff --git a/machines/universedesktop/configuration.nix b/machines/universedesktop/configuration.nix index 1977144..55944a5 100644 --- a/machines/universedesktop/configuration.nix +++ b/machines/universedesktop/configuration.nix @@ -31,13 +31,7 @@ # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - - # Allow for emulating these platforms - boot.binfmt.emulatedSystems = [ - "riscv64-linux" - ]; - + boot.loader.efi.canTouchEfiVariables = true; ## Bridged Network Config