From 0e60176b6e960df5c8335304fb40f1ff6f97a2a3 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Mon, 6 Dec 2021 10:43:24 +0300 Subject: [PATCH] Overwrite nextcloud protocol to https --- nextcloud/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/nextcloud.nix b/nextcloud/nextcloud.nix index e6a9a7a..2cacf85 100644 --- a/nextcloud/nextcloud.nix +++ b/nextcloud/nextcloud.nix @@ -18,7 +18,7 @@ in config = { # Further forces Nextcloud to use HTTPS - overwriteProtocol = "http"; + overwriteProtocol = "https"; # Nextcloud PostegreSQL database configuration, recommended over using SQLite dbtype = "sqlite";