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