From 1104bb6af35da515c90bc02558d4bba612da3149 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 8 Jul 2024 18:35:39 +0200 Subject: save power --- common.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common.nix') 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; -- cgit v1.2.3