diff --git a/nixos/hosts/olympus/mailserver/configuration.nix b/nixos/hosts/olympus/mailserver/configuration.nix index 787ca2d2..00b93f88 100644 --- a/nixos/hosts/olympus/mailserver/configuration.nix +++ b/nixos/hosts/olympus/mailserver/configuration.nix @@ -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"