diff --git a/hosts/zippy/hardware.nix b/hosts/zippy/hardware.nix index 8d2ad5c..993b2ce 100644 --- a/hosts/zippy/hardware.nix +++ b/hosts/zippy/hardware.nix @@ -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";