lol

nixos/tlp: Use `hardware.cpu.x86.msr`

+1 -1
+1 -1
nixos/modules/services/hardware/tlp.nix
··· 47 47 48 48 ###### implementation 49 49 config = mkIf cfg.enable { 50 - boot.kernelModules = [ "msr" ]; 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.