diff options
| author | Baitinq <[email protected]> | 2022-07-25 17:53:04 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-25 17:53:04 +0200 |
| commit | 22ed1b7dc43121c57b077a36ceacb039ff72c434 (patch) | |
| tree | 3fbcb66043308e33637060a083f0ce05fe3df6ee /modules/power-save/default.nix | |
| parent | Disable mitigations (diff) | |
| download | nixos-config-22ed1b7dc43121c57b077a36ceacb039ff72c434.tar.gz nixos-config-22ed1b7dc43121c57b077a36ceacb039ff72c434.tar.bz2 nixos-config-22ed1b7dc43121c57b077a36ceacb039ff72c434.zip | |
Enable gpu power saving
Diffstat (limited to 'modules/power-save/default.nix')
| -rw-r--r-- | modules/power-save/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/power-save/default.nix b/modules/power-save/default.nix index 569c6aa..f9519a1 100644 --- a/modules/power-save/default.nix +++ b/modules/power-save/default.nix @@ -8,6 +8,7 @@ options snd_hda_intel power_save=1 options iwlwifi power_save=1 d0i3_disable=0 uapsd_disable=0 options iwldvm force_cam=0 + options i915 enable_guc=2 enable_fbc=1 enable_psr=1 enable_rc6=1 ''; kernel.sysctl = { "kernel.nmi_watchdog" = 0; |