Nextcloud: Add trash file retention policy
This commit is contained in:
parent
f7fba79b6a
commit
84793a16c7
|
@ -15,6 +15,7 @@ in
|
||||||
(lib.toLower config.networking.hostName)
|
(lib.toLower config.networking.hostName)
|
||||||
];
|
];
|
||||||
blacklisted_files = [];
|
blacklisted_files = [];
|
||||||
|
trashbin_retention_obligation = "auto, 14";
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
|
|
Loading…
Reference in a new issue