mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 19:00:14 +00:00
mail and username config
This commit is contained in:
@ -40,10 +40,10 @@ in
|
||||
# Create an email notification service for failed jobs
|
||||
systemd.services."notify-email@" =
|
||||
let
|
||||
address = "system@${config.mail.server}";
|
||||
address = "system@${config.nmasur.presets.programs.msmtp.domain}";
|
||||
in
|
||||
{
|
||||
enable = config.mail.enable;
|
||||
enable = config.nmasur.presets.programs.msmtp.enable;
|
||||
environment.SERVICE_ID = "%i";
|
||||
script = ''
|
||||
TEMPFILE=$(mktemp)
|
||||
|
Reference in New Issue
Block a user