From 17acf4b2d8527e204e9ca567d63051503622e0da Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 1 Aug 2025 10:24:49 +0200 Subject: [PATCH] feat: adds `else if` for `dandelion` --- modules/core/sops.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/core/sops.nix b/modules/core/sops.nix index 1e4847a..1ec50d1 100644 --- a/modules/core/sops.nix +++ b/modules/core/sops.nix @@ -26,6 +26,10 @@ { "systemMailerPassword" = { }; } + else if (host == "dandelion") then + { + "systemMailerPassword" = { }; + } else { }; };