diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-25 17:53:04 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-25 17:53:04 +0200 |
commit | 42701b11e9002ad61cd71c16632a78e1d3dbbe34 (patch) | |
tree | 6dd3336220eb6f349873489e7585c96237992ff2 | |
parent | Disable mitigations (diff) | |
download | nixos-config-42701b11e9002ad61cd71c16632a78e1d3dbbe34.tar.gz nixos-config-42701b11e9002ad61cd71c16632a78e1d3dbbe34.tar.bz2 nixos-config-42701b11e9002ad61cd71c16632a78e1d3dbbe34.zip |
Enable gpu power saving
-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; |