nix/module/IntelCpu.nix

5 lines
88 B
Nix

# Intel CPU specific configuration.
{ ... }: {
boot.kernelModules = [ "kvm-intel" ];
}