From 52862ff096484963336e400e459a99ac18ee4084 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 11 May 2026 02:35:28 +0200 Subject: [PATCH] fix: also enable when host is flora --- modules/services/smart-monitoring.nix | 2 ++ 1 file changed, 2 insertions(+) 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;