nix/module/IntelCpu.nix
2024-03-04 03:04:57 +03:00

4 lines
52 B
Nix

{ ... }: {
boot.kernelModules = [ "kvm-intel" ];
}