mirror of
https://github.com/nmasur/dotfiles
synced 2026-09-09 03:36:07 +00:00
fix nix-autoupgrade email notification to use system msmtp config
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
}:
|
||||
|
||||
let
|
||||
inherit (config.nmasur.settings) username;
|
||||
cfg = config.nmasur.presets.services.nix-autoupgrade;
|
||||
in
|
||||
|
||||
@@ -55,8 +54,7 @@ in
|
||||
systemctl status $SERVICE_ID >> $TEMPFILE
|
||||
set -e
|
||||
${lib.getExe pkgs.msmtp} \
|
||||
--file=${config.home-manager.users.${username}.xdg.configHome}/msmtp/config \
|
||||
--account=system \
|
||||
--account=default \
|
||||
${address} < $TEMPFILE
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user