delete remote matrix-media-repo data after a week

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-27 18:56:39 +01:00
parent d1f0887670
commit 02613bab4f
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -45,6 +45,9 @@ let
"fc00::/7"
];
};
downloads = {
expireAfterDays = 7;
};
});
in
{