tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tlp: Use `hardware.cpu.x86.msr`
Lorenz Leutgeb
2 years ago
b70a63a9
b893b670
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
hardware
tlp.nix
+1
-1
nixos/modules/services/hardware/tlp.nix
···
47
47
48
48
###### implementation
49
49
config = mkIf cfg.enable {
50
50
-
boot.kernelModules = [ "msr" ];
50
50
+
hardware.cpu.x86.msr.enable = true;
51
51
52
52
warnings = optional (cfg.extraConfig != "") ''
53
53
Using config.services.tlp.extraConfig is deprecated and will become unsupported in a future release. Use config.services.tlp.settings instead.