enable auto PRs and checks

This commit is contained in:
Noah Masur
2023-07-29 15:20:14 -04:00
parent 200f790ea1
commit b589ba5d8a
5 changed files with 75 additions and 6 deletions

View File

@ -5,12 +5,14 @@
home-manager.users.${config.user} = {
programs.msmtp.enable = true;
# The system user for sending automatic notifications
accounts.email.accounts.system =
let address = "system@${config.mail.server}";
in {
userName = address;
realName = "NixOS System";
primary = false;
primary = !config.mail.enable; # Only primary if mail not enabled
inherit address;
passwordCommand =
"${pkgs.age}/bin/age --decrypt --identity ${config.identityFile} ${