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 - -"
|
"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+ ${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 = {
|
sops.secrets.github-r-ryantm-key = {
|
||||||
|
@ -254,7 +253,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
sops.secrets.github-r-ryantm-token = {
|
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";
|
owner = "r-ryantm";
|
||||||
group = "r-ryantm";
|
group = "r-ryantm";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue