diff options
| author | andromeda <andromeda@lenovo> | 2026-01-06 21:15:20 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-06 21:15:20 +0100 |
| commit | 446ff7b9608873cbc980db692c4b26fd6832dd69 (patch) | |
| tree | f2b9735f686fbb16e01c236bb184130dc2f621d8 | |
| parent | 0f2367c4b5da88bc9dff51456c237884fcd430be (diff) | |
add mail alias
| -rw-r--r-- | modules/nixos/mailserver.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nixos/mailserver.nix b/modules/nixos/mailserver.nix index c71dc03..3ae01aa 100644 --- a/modules/nixos/mailserver.nix +++ b/modules/nixos/mailserver.nix @@ -11,6 +11,7 @@ }; "admin@${config.networking.domain}" = { hashedPasswordFile = builtins.toString config.age.secrets.mailserver-acc-admin-pw.path; + aliases = ["@${config.networking.domain}"]; }; }; }; |
