feat(tazjin/zamalek): Set additional power saving options
Change-Id: Ia2e897b597df88b8a2d84d281917c00ca4b318db Reviewed-on: https://cl.tvl.fyi/c/depot/+/5568 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
c50f14fb1c
commit
bdbd4e3970
1 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,13 @@ in
|
|||
loader.efi.canTouchEfiVariables = true;
|
||||
supportedFilesystems = [ "zfs" ];
|
||||
zfs.devNodes = "/dev/";
|
||||
|
||||
extraModprobeConfig = ''
|
||||
options snd_hda_intel power_save=1
|
||||
options iwlwifi power_save=1
|
||||
options iwldvm force_cam=0
|
||||
options i915 enable_guc=3 enable_fbc=1
|
||||
'';
|
||||
};
|
||||
|
||||
fileSystems = {
|
||||
|
|
Loading…
Reference in a new issue