Skip to content

Commit

Permalink
feat(garuda-mail): add ci@garudalinux.org as team@ alias
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Apr 17, 2024
1 parent ba3e24b commit eff8178
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions nixos/hosts/garuda-mail.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,12 @@ in
hashedPasswordFile = "/var/garuda/secrets/mail/spam-reportsatgl";
};
"team@garudalinux.org" = {
aliases = [ "root@garudalinux.org" "webmaster@garudalinux.org" "admin@garudalinux.org" ];
aliases = [
"admin@garudalinux.org"
"ci@garudalinux.org"
"root@garudalinux.org"
"webmaster@garudalinux.org"
];
hashedPasswordFile = "/var/garuda/secrets/mail/teamatgl";
};
"tne@garudalinux.org" = {
Expand All @@ -138,7 +143,11 @@ in
hashedPasswordFile = "/var/garuda/secrets/mail/actionsatcx";
};
"nico@chaotic.cx" = {
aliases = [ "dr460nf1r3@chaotic.cx" "root@chaotic.cx" "webmaster@chaotic.cx" ];
aliases = [
"dr460nf1r3@chaotic.cx"
"root@chaotic.cx"
"webmaster@chaotic.cx"
];
hashedPasswordFile = "/var/garuda/secrets/mail/nicoatcx";
};
# dr460nf1r3.org
Expand Down

0 comments on commit eff8178

Please sign in to comment.