Files
nixconf/modules/sys/hw/cpu/amd64.nix
T
2026-06-01 18:46:41 -06:00

6 lines
213 B
Nix

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