l helios.r: enable tlp

This commit is contained in:
lassulus 2017-09-19 15:17:09 +02:00
parent 2a6bf89956
commit 8b4a4df056

View File

@ -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;
}