diff --git a/hosts/nextcloud.nix b/hosts/nextcloud.nix index f916038..fe1a9cb 100644 --- a/hosts/nextcloud.nix +++ b/hosts/nextcloud.nix @@ -15,6 +15,7 @@ in (lib.toLower config.networking.hostName) ]; blacklisted_files = []; + trashbin_retention_obligation = "auto, 14"; }; config = { dbtype = "pgsql";