From 369e8b83f082f3ac2d3f6a040c0efafe981642a7 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 30 Mar 2026 20:53:12 -0500 Subject: poweredge config fix and secrets --- hosts/poweredge/notification-mailer.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/poweredge/notification-mailer.nix') diff --git a/hosts/poweredge/notification-mailer.nix b/hosts/poweredge/notification-mailer.nix index 25e2e2b..d8fddc7 100644 --- a/hosts/poweredge/notification-mailer.nix +++ b/hosts/poweredge/notification-mailer.nix @@ -1,8 +1,8 @@ { config, ... }: let - serverEmail = "poweredge@tjkeller.xyz"; + serverEmail = "server-notifications@tjkeller.xyz"; in { # Mailer password secret for mail application password - sops.secrets.mailerPassword.sopsFile = ./resources/secrets/mailer.yaml; + sops.secrets.mailerPassword.sopsFile = ./resources/secrets/mailer-pass.yaml; # Enable mta for system event notifications services.mail._mailer = { @@ -13,7 +13,7 @@ in { passwordFile = config.sops.secrets.mailerPassword.path; }; recipient = serverEmail; - } + }; # Enable zed mailer module services.zfs._zedMailer.enable = true; -- cgit v1.2.3