fix: Rename boot.initrd.extraModprobeConfig
https://github.com/NixOS/nixpkgs/commit/47b699fe6c broke eval this commit fixes #78
This commit is contained in:
parent
e4765f1e67
commit
c762522a57
1 changed files with 2 additions and 2 deletions
|
@ -135,8 +135,8 @@
|
|||
|
||||
HWMON_MODULES="coretemp"
|
||||
'';
|
||||
#services.thermald.enable = true;
|
||||
boot.initrd.extraModprobeConfig = ''
|
||||
services.thermald.enable = true;
|
||||
boot.extraModprobeConfig = ''
|
||||
# enable power savings mode of snd_hda_intel
|
||||
options snd-hda-intel power_save=1 power_save_controller=y
|
||||
# enable power savings mode of igpu, enable framebuffer compression, downclock the LVDS connection
|
||||
|
|
Loading…
Reference in a new issue