l helios.r: enable tlp
This commit is contained in:
parent
2a6bf89956
commit
8b4a4df056
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue