Files
nixconf/modules/sys/hw/cpu/intel.nix
T
2026-06-01 18:15:26 -06:00

5 lines
157 B
Nix

{
boot.binfmt.preferStaticEmulators = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" "x86_64-windows" ];
boot.kernelModules = [ "kvm-intel" ];
}