nixpkgs-update: cleanup nixpkgs-review files

This commit is contained in:
Ryan Mulligan 2021-09-22 21:21:09 -07:00
parent 4ba238f2a6
commit 56764eff23

View file

@ -98,6 +98,13 @@ in
'';
};
systemd.tmpfiles.rules = [
"e /var/cache/nixpkgs-update/repology/nixpkgs-review - - - 1d -"
"e /var/cache/nixpkgs-update/github/nixpkgs-review - - - 1d -"
"e /var/cache/nixpkgs-update/pypi/nixpkgs-review - - - 1d -"
"e /var/cache/nixpkgs-update/updatescript/nixpkgs-review - - - 1d -"
];
services.nginx.virtualHosts."r.ryantm.com" = {
forceSSL = true;
enableACME = true;