diff --git a/modules/services/smart-monitoring.nix b/modules/services/smart-monitoring.nix index 055b0ae..1f7e416 100644 --- a/modules/services/smart-monitoring.nix +++ b/modules/services/smart-monitoring.nix @@ -6,7 +6,7 @@ enable = if (host == "dandelion") then true - else if (host == "lily") then + else if (host == "sunflower") then true else false;