nixpkgs-update fix systemd tmpfiles unsafe transitions
This commit is contained in:
parent
d077983e29
commit
aaa93341a9
1 changed files with 3 additions and 1 deletions
|
@ -158,8 +158,10 @@ in
|
|||
|
||||
"e /var/cache/nixpkgs-update/worker/nixpkgs-review - - - 1d -"
|
||||
|
||||
"L+ /var/lib/nixpkgs-update/bin/nixpkgs-update - - - - ${nixpkgs-update.defaultPackage.${pkgs.system}}/bin/nixpkgs-update"
|
||||
"d /var/lib/nixpkgs-update/bin/ 700 r-ryantm r-ryantm - -"
|
||||
"L+ ${nixpkgs-update-bin} - - - - ${nixpkgs-update.defaultPackage.${pkgs.system}}/bin/nixpkgs-update"
|
||||
"L+ /var/lib/nixpkgs-update/worker/github_token.txt - - - - ${config.sops.secrets.github-r-ryantm-token.path}"
|
||||
"d /var/lib/nixpkgs-update/worker/cachix/ 700 r-ryantm r-ryantm - -"
|
||||
"L+ /var/lib/nixpkgs-update/worker/cachix/cachix.dhall - - - - ${config.sops.secrets.nix-community-cachix.path}"
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue