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)
|
||||
];
|
||||
blacklisted_files = [];
|
||||
trashbin_retention_obligation = "auto, 14";
|
||||
};
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
|
|
Loading…
Reference in a new issue