From ab5fb021d73b58f734d13910816782d42b188240 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 23 Oct 2025 00:14:59 +0200 Subject: [PATCH] chore: `lily` -> `sunflower` (lily does not run nix anymore) --- modules/services/smart-monitoring.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;