From ff75867555fd44a658fa530dc2aac1cd4e9f8c19 Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Wed, 6 Oct 2021 12:06:42 +0300 Subject: [PATCH] Fixed issue with Desktop clients being not able to connect to the Nextcloud instance --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 76786ae..9984165 100755 --- a/nixos-infect +++ b/nixos-infect @@ -492,7 +492,7 @@ EOF hostName = "cloud.$DOMAIN"; # Use HTTPS for links - https = false; + https = true; # Auto-update Nextcloud Apps autoUpdateApps.enable = true;