From 1a54dbd191a9eb21f2963ac9a92d0e2d44ca430d Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 17 Dec 2022 16:37:18 +0100 Subject: [PATCH] alps: please don't start if there's no mailserver yet --- services/mail.nix | 2 ++ 1 file changed, 2 insertions(+) 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;