From f7fba79b6a97e6bf43fa11adf70cb83f0b8aa460 Mon Sep 17 00:00:00 2001 From: fruchti Date: Mon, 7 Apr 2025 09:13:58 +0200 Subject: [PATCH] =?UTF-8?q?Nextcloud:=20Don=E2=80=99t=20blacklist=20any=20?= =?UTF-8?q?files=20server-side?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Attempt to synchronise .htaccess files. Doesn’t seem to work, though. --- hosts/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nextcloud.nix b/hosts/nextcloud.nix index 7734950..f916038 100644 --- a/hosts/nextcloud.nix +++ b/hosts/nextcloud.nix @@ -14,6 +14,7 @@ in ((lib.toLower config.networking.hostName) + ".lan") (lib.toLower config.networking.hostName) ]; + blacklisted_files = []; }; config = { dbtype = "pgsql";