Load sensors modules.

This commit is contained in:
2024-09-15 18:54:19 +01:00
parent 30ed64caa0
commit 4766eff7d3

View File

@@ -18,7 +18,11 @@
"sd_mod"
];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.kernelModules = [
"kvm-intel"
"coretemp"
"nct6775"
];
boot.extraModulePackages = [ ];
nixpkgs.hostPlatform = "x86_64-linux";