Enable aarch64 emulation on odyssey

This commit is contained in:
Jordan Holt 2023-10-29 20:47:17 +00:00
parent 9df97fe586
commit 3d88f00fea
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

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;