12 hour clock
This commit is contained in:
parent
0aab75aa2c
commit
591e2a3db0
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ in
|
|||
|
||||
services.thermald.enable = lib.mkDefault true;
|
||||
|
||||
boot.kernelParams = lib.optional cfg.battery "iwlwifi.power_save=Y";
|
||||
boot.kernelParams = lib.optionals cfg.battery [ "iwlwifi.power_save=1" "iwlwifi.uapsd_disable=0" "iwlmvm.power_scheme=3" "iwldvm.force_cam=0" "snd_hda_intel.power_save=1" "snd_ac97_codec.power_save=1" ];
|
||||
|
||||
# Don't kill the battery
|
||||
services.upower = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue