diff options
| -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;  }  | 
