Merge branch 'master' of github.com:nix-community/infra

This commit is contained in:
Ryan Mulligan 2021-09-23 20:04:32 -07:00
commit e156052695

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;