5 lines
88 B
Nix
5 lines
88 B
Nix
# Intel CPU specific configuration.
|
|
{ ... }: {
|
|
boot.kernelModules = [ "kvm-intel" ];
|
|
}
|