build02/nixpkgs-update: remove extra github_token symlink
This commit is contained in:
parent
35a3e29a20
commit
044dd2f6bc
1 changed files with 1 additions and 2 deletions
|
@ -244,7 +244,6 @@ in
|
|||
|
||||
"d /var/lib/nixpkgs-update/bin/ 700 r-ryantm r-ryantm - -"
|
||||
"L+ ${nixpkgs-update-bin} - - - - ${inputs.nixpkgs-update.packages.${pkgs.system}.default}/bin/nixpkgs-update"
|
||||
"L+ /var/lib/nixpkgs-update/worker/github_token.txt - - - - ${config.sops.secrets.github-r-ryantm-token.path}"
|
||||
];
|
||||
|
||||
sops.secrets.github-r-ryantm-key = {
|
||||
|
@ -254,7 +253,7 @@ in
|
|||
};
|
||||
|
||||
sops.secrets.github-r-ryantm-token = {
|
||||
path = "/var/lib/nixpkgs-update/github_token.txt";
|
||||
path = "/var/lib/nixpkgs-update/worker/github_token.txt";
|
||||
owner = "r-ryantm";
|
||||
group = "r-ryantm";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue