From 9e4e15919a43d10e348d890f27815c733a4b33a2 Mon Sep 17 00:00:00 2001 From: System administrator Date: Wed, 26 Sep 2018 14:03:53 +0200 Subject: [PATCH] add powersaveing services --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 16ff492..a0dc5bf 100644 --- a/configuration.nix +++ b/configuration.nix @@ -29,6 +29,9 @@ in { services.fstrim.enable = true; + # powermanagement + services.tlp.enable = true; + powerManagement.powertop.enable = true; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true;