mirror of
https://github.com/nmasur/dotfiles
synced 2026-09-09 01:16:08 +00:00
fix nix-autoupgrade email notification to use system msmtp config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user