fix nix-autoupgrade email notification to use system msmtp config

This commit is contained in:
Noah Masur
2026-08-30 14:46:53 -06:00
parent a93fa75779
commit 72c4f4823b
2 changed files with 2 additions and 3 deletions
@@ -47,6 +47,7 @@ in
host = cfg.host;
passwordeval = "${pkgs.age}/bin/age --decrypt --identity ${config.identityFile} ${pkgs.writeText "mailpass-system.age" (builtins.readFile cfg.passwordFile)}";
user = cfg.user;
from = cfg.user;
from_full_name = "${config.networking.hostName} System";
port = 465;
tls = true;