Nextcloud: Don’t blacklist any files server-side

Attempt to synchronise .htaccess files. Doesn’t seem to work, though.
This commit is contained in:
fruchti 2025-04-07 09:13:58 +02:00
parent b1cd6018ba
commit f7fba79b6a

View file

@ -14,6 +14,7 @@ in
((lib.toLower config.networking.hostName) + ".lan")
(lib.toLower config.networking.hostName)
];
blacklisted_files = [];
};
config = {
dbtype = "pgsql";