update mailserver config
Some checks are pending
Plex Update / update (push) Waiting to run

This commit is contained in:
Vivian 2025-08-15 11:49:33 +02:00
parent 31549d07cc
commit 79b378aef7

View file

@ -22,6 +22,9 @@ in
443
];
environment.systemPackages = [
];
# needed as the mailserver configures its down DNS resolver
networking.extraHosts = ''
10.42.42.6 vault.olympus
@ -29,13 +32,14 @@ in
vault-secrets.secrets.mailserver = {
services = [
"dovecot2"
"dovecot"
"postfix"
];
};
mailserver = {
enable = true;
stateVersion = 3;
fqdn = "mail.0x76.dev";
domains = [
"0x76.dev"