From ab74b26a87ec858fab02797524eebcf81d3338d6 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";