Merge branch 'master' of github.com:nix-community/infra
This commit is contained in:
commit
e156052695
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue