nix/module/IntelCpu.nix

4 lines
52 B
Nix
Raw Normal View History

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