Browse Source

Add power management to acernitro

main
parent
commit
42b5c7347b
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 4
      README.org

4
README.org

@ -533,6 +533,7 @@ This configuration is nearly identical to the default, except for a few key diff
+ Enables sound + Enables sound
+ Applies the desired hostname + Applies the desired hostname
+ Enables power management daemon
+ It adds support for =UEFI= systems + It adds support for =UEFI= systems
+ Enables support for wireless networking + Enables support for wireless networking
@ -555,6 +556,7 @@ This configuration is nearly identical to the default, except for a few key diff
<<host-config-home>> <<host-config-home>>
<<host-config-ssh>> <<host-config-ssh>>
services.tlp.enable = true;
services.xserver.dpi = 96; services.xserver.dpi = 96;
services.xserver.libinput.touchpad.tapping = false; services.xserver.libinput.touchpad.tapping = false;
services.printing.enable = true; services.printing.enable = true;
@ -574,6 +576,7 @@ This configuration is nearly identical to the default, except for a few key diff
*** Hardware *** Hardware
+ Enables sound via PulseAudio + Enables sound via PulseAudio
+ Enables powertop via power management
+ Adds support for the NVIDIA Hybrid GPU + Adds support for the NVIDIA Hybrid GPU
#+BEGIN_SRC nix :noweb yes :tangle hosts/acernitro/hardware.nix #+BEGIN_SRC nix :noweb yes :tangle hosts/acernitro/hardware.nix
@ -611,6 +614,7 @@ This configuration is nearly identical to the default, except for a few key diff
[ { device = "/dev/disk/by-uuid/bef7bf62-d26f-45b1-a1f8-1227c2f8b26a"; } [ { device = "/dev/disk/by-uuid/bef7bf62-d26f-45b1-a1f8-1227c2f8b26a"; }
]; ];
powerManagement.powertop.enable = true;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
} }
#+END_SRC #+END_SRC

Loading…
Cancel
Save