diff --git a/services/mail.nix b/services/mail.nix index 5794e50..626737d 100644 --- a/services/mail.nix +++ b/services/mail.nix @@ -184,6 +184,8 @@ bindIP = "[::1]"; }; + systemd.services.alps.after = [ "dovecot2.service" ]; + services.nginx.virtualHosts."mail.hacc.space" = { enableACME = true; forceSSL = true;