summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index bd60c27..fe8cca5 100644
--- a/common.nix
+++ b/common.nix
@@ -279,6 +279,10 @@ in
systemd.targets.hibernate.enable = false;
systemd.targets.hybrid-sleep.enable = false;
+ # save power
+ powerManagement.enable = true;
+ services.thermald.enable = true;
+
# allow unfree packages
nixpkgs.config.allowUnfree = true;