diff --git a/devices/desk.nix b/devices/desk.nix index 59f04d2..8509208 100644 --- a/devices/desk.nix +++ b/devices/desk.nix @@ -13,6 +13,7 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" "sg" ]; boot.extraModulePackages = [ ]; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; fileSystems."/" = { device = "NIX_DESK_POOL/root";