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;