diff --git a/modules/services/smart-monitoring.nix b/modules/services/smart-monitoring.nix index 1f7e416..28e2e38 100644 --- a/modules/services/smart-monitoring.nix +++ b/modules/services/smart-monitoring.nix @@ -8,6 +8,8 @@ true else if (host == "sunflower") then true + else if (host == "flora") then + true else false; collector.enable = true;