enable aarch64 emulation

This commit is contained in:
Johannes Jöns 2024-04-15 07:47:43 +02:00
parent 5dff6734b7
commit 210d1ab3e3

View file

@ -128,5 +128,5 @@
nix.settings.system-features = [ "gccarch-alderlake" "benchmark" "big-parallel" "kvm" "nixos-test" ]
++ map (x: "gccarch-${x}") (lib.systems.architectures.inferiors.alderlake or [ ]);
boot.binfmt.emulatedSystems = [ "riscv64-linux" ];
boot.binfmt.emulatedSystems = [ "riscv64-linux" "aarch64-linux" ];
}