Nextcloud: Don’t blacklist any files server-side
Attempt to synchronise .htaccess files. Doesn’t seem to work, though.
This commit is contained in:
parent
b1cd6018ba
commit
f7fba79b6a
|
@ -14,6 +14,7 @@ in
|
||||||
((lib.toLower config.networking.hostName) + ".lan")
|
((lib.toLower config.networking.hostName) + ".lan")
|
||||||
(lib.toLower config.networking.hostName)
|
(lib.toLower config.networking.hostName)
|
||||||
];
|
];
|
||||||
|
blacklisted_files = [];
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
|
|
Loading…
Reference in a new issue