Merge pull request #55 from DarkKirb/fix-purge-old-media
Add curl to the purge-old-media
This commit is contained in:
commit
1c3a9fbf48
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ in {
|
|||
};
|
||||
};
|
||||
systemd.services.purge-old-media = {
|
||||
path = [pkgs.curl];
|
||||
description = "Purge unused media";
|
||||
script = ''
|
||||
export MATRIX_TOKEN=$(cat ${config.sops.secrets."services/matrix-media-repo/matrix-token".path})
|
||||
|
|
Loading…
Reference in a new issue