diff --git a/systems/makanek/monitoring/default.nix b/systems/makanek/monitoring/default.nix index 3e63992..2e3347b 100644 --- a/systems/makanek/monitoring/default.nix +++ b/systems/makanek/monitoring/default.nix @@ -223,8 +223,7 @@ in { email_configs = let inherit (import ../../../lib) kieran; inherit (import ../../../lib/email.nix {inherit lib;}) cock; - in [ - { + cockConfig = { send_resolved = true; to = kieran.email; from = cock.user; @@ -232,7 +231,8 @@ in { auth_username = cock.user; auth_identity = cock.user; auth_password = "$EMAIL_PASSWORD"; - } + }; + in [ ]; } ];