summaryrefslogtreecommitdiffstats
path: root/lass/1systems/helios
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-09-19 15:17:09 +0200
committerlassulus <lassulus@lassul.us>2017-09-19 15:17:09 +0200
commit8b4a4df05669a16e29ab08626f7897fd5c0760d4 (patch)
tree43345ef63ecfad0baf01858b226b4e1099f769e8 /lass/1systems/helios
parent2a6bf899567b2038433d46fc5c52f9e75cfb17e3 (diff)
l helios.r: enable tlp
Diffstat (limited to 'lass/1systems/helios')
-rw-r--r--lass/1systems/helios/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/helios/config.nix b/lass/1systems/helios/config.nix
index 923304fa..37bdc029 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;
}