nixfiles/nixos/hardware/intel_cpu.nix

5 lines
87 B
Nix

_: let
in {
boot.kernelModules = ["kvm-intel"];
services.thermald.enable = true;
}