diff options
Diffstat (limited to 'hosts/common/optional/services')
-rw-r--r-- | hosts/common/optional/services/tlp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/optional/services/tlp.nix b/hosts/common/optional/services/tlp.nix index 10fdd59..f13a7b3 100644 --- a/hosts/common/optional/services/tlp.nix +++ b/hosts/common/optional/services/tlp.nix @@ -1,7 +1,7 @@ {config, lib, ...}: { services.tlp = lib.mkMerge [ - (lib.mkIf ((builtins.match "^(fangorn|jupiter|neptune|saturn|uranus)$" config.networking.hostName) != null) { + (lib.mkIf ((builtins.match "^(jupiter|neptune|saturn|uranus)$" config.networking.hostName) != null) { enable = true; settings = { START_CHARGE_THRESH_BAT0 = 40; |