nix/module/IntelCpu.nix

5 lines
88 B
Nix
Raw Normal View History

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