mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Add further minimal config for the mailserver
This commit is contained in:
parent
81a77df2c0
commit
9b19f4d28f
@ -8,12 +8,13 @@ with lib;{
|
||||
mailserver = {
|
||||
enable = true;
|
||||
fqdn = "mail.ellmauthaler.net";
|
||||
sendingFqdn = "ellmauthaler.net";
|
||||
domains = [ "ellmauthaler.net" ];
|
||||
|
||||
loginAccounts = {
|
||||
"ellmau@ellmauthaler.net" = {
|
||||
aliases = [ "stefan@ellmauthaler.net" "postmaster@ellmauthaler.net" "abuse@ellmauthaler.net" ];
|
||||
hashedPasswordFile = sops.secrets.ellmauMail.path;
|
||||
hashedPasswordFile = config.sops.secrets.ellmauMail.path;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user