This commit is contained in:
parent
31549d07cc
commit
79b378aef7
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue