Enable aarch64 emulation on odyssey

This commit is contained in:
2023-10-29 20:47:17 +00:00
parent 9df97fe586
commit 3d88f00fea

View File

@ -13,6 +13,7 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.supportedFilesystems = [ "ntfs" ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
hardware.nvidia = {
modesetting.enable = true;