aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/services
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/optional/services')
-rw-r--r--hosts/common/optional/services/tlp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/optional/services/tlp.nix b/hosts/common/optional/services/tlp.nix
index f13a7b3..10fdd59 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 "^(jupiter|neptune|saturn|uranus)$" config.networking.hostName) != null) {
+ (lib.mkIf ((builtins.match "^(fangorn|jupiter|neptune|saturn|uranus)$" config.networking.hostName) != null) {
enable = true;
settings = {
START_CHARGE_THRESH_BAT0 = 40;