diff options
author | lassulus <lassulus@lassul.us> | 2017-09-19 15:17:09 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-09-19 15:17:09 +0200 |
commit | 8b4a4df05669a16e29ab08626f7897fd5c0760d4 (patch) | |
tree | 43345ef63ecfad0baf01858b226b4e1099f769e8 /lass | |
parent | 2a6bf899567b2038433d46fc5c52f9e75cfb17e3 (diff) |
l helios.r: enable tlp
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/helios/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/helios/config.nix b/lass/1systems/helios/config.nix index 923304fad..37bdc0290 100644 --- a/lass/1systems/helios/config.nix +++ b/lass/1systems/helios/config.nix @@ -32,7 +32,6 @@ with import <stockholm/lib>; }; nix.maxJobs = lib.mkDefault 8; - powerManagement.cpuFreqGovernor = "powersave"; } { # crypto stuff boot.initrd.luks = { @@ -84,4 +83,5 @@ with import <stockholm/lib>; programs.ssh.startAgent = lib.mkForce true; + services.tlp.enable = true; } |