about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-04-16T10·48+0200
committertazjin <mail@tazj.in>2021-04-16T10·58+0000
commit5276eb15a6b90a5e13ad2655d1fa010abc5e8e62 (patch)
tree9f36844e32546f626a18b534a0a5fbe3134d81d1
parent914b7eb2e212d0b87630a78adbe0d391ca4b878e (diff)
feat(tazjin/tverskoy): Enable TLP daemon r/2514
Change-Id: Ie6d7a6fe07ffccf8dc18257eed54bb990e22e064
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3019
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index 1e53359e63..ff707bc2f9 100644
--- a/users/tazjin/nixos/tverskoy/default.nix
+++ b/users/tazjin/nixos/tverskoy/default.nix
@@ -161,6 +161,7 @@ in lib.fix(self: {
     redshift.enable = true;
     blueman.enable = true;
     mullvad-vpn.enable = true;
+    tlp.enable = true;
 
     xserver = {
       enable = true;