From 5923f3341ac5306d6c485e7687d72f6b85981b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 15 Jan 2021 14:08:45 +0100 Subject: [PATCH] fix(nextcloud): force ssl, otherwise the acme challenge wont work --- configs/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/nextcloud.nix b/configs/nextcloud.nix index f346137..5e2ada0 100644 --- a/configs/nextcloud.nix +++ b/configs/nextcloud.nix @@ -44,7 +44,7 @@ in services.nginx.virtualHosts."cloud.xn--kiern-0qa.de" = { enableACME = true; - addSSL = true; + forceSSL = true; }; # Ensure that postgres is running before running the setup