Skip to content

Commit

Permalink
h: enable mail for segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
qbit committed Mar 5, 2025
1 parent c35e13e commit e233fe9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion hosts/h/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ in
owner = "root";
sopsFile = config.xin-secrets.h.secrets.services;
};
qbit_at_segfault_pass_file = {
mode = "400";
owner = "root";
sopsFile = config.xin-secrets.h.secrets.services;
};
mcchunkie_at_suah_pass_file = {
mode = "400";
owner = "root";
Expand Down Expand Up @@ -360,13 +365,17 @@ in
mailserver = {
enable = true;
fqdn = "mail.suah.dev";
domains = [ "suah.dev" ];
domains = [ "suah.dev" "segfault.rodeo" ];

certificateScheme = "acme-nginx";

localDnsResolver = false;

loginAccounts = {
"qbit@segfault.rodeo" = {
aliases = [ "postmaster@segfault.rodeo" "aaron@segfault.rodeo" ];
hashedPasswordFile = "${config.sops.secrets.qbit_at_segfault_pass_file.path}";
};
"qbit@suah.dev" = {
hashedPasswordFile = "${config.sops.secrets.qbit_at_suah_pass_file.path}";
aliases = [ "postmaster@suah.dev" "aaron@suah.dev" ];
Expand Down

0 comments on commit e233fe9

Please sign in to comment.