From 9016b9b70b650ffd0bcb277f7ffc06d7f17a2cc9 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 29 Jun 2024 17:19:27 +0200 Subject: [PATCH] Netcloud: remove overwrite protocol --- modules/nixos/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/nextcloud.nix b/modules/nixos/nextcloud.nix index dd66cd7..c0003df 100644 --- a/modules/nixos/nextcloud.nix +++ b/modules/nixos/nextcloud.nix @@ -54,7 +54,7 @@ in trusted_domains = [ "heimdall.tsn" ]; - overwriteprotocol = "http"; + # overwriteprotocol = "http"; }; config = { dbtype = "pgsql";