build02/nixpkgs-update: remove extra cachix symlink
This commit is contained in:
parent
f372a7f4fd
commit
80696ea408
1 changed files with 1 additions and 3 deletions
|
@ -244,8 +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}"
|
"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}"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
sops.secrets.github-r-ryantm-key = {
|
sops.secrets.github-r-ryantm-key = {
|
||||||
|
@ -266,7 +264,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
sops.secrets.nix-community-cachix = {
|
sops.secrets.nix-community-cachix = {
|
||||||
path = "/home/r-ryantm/.config/cachix/cachix.dhall";
|
path = "/var/lib/nixpkgs-update/worker/cachix/cachix.dhall";
|
||||||
owner = "r-ryantm";
|
owner = "r-ryantm";
|
||||||
group = "r-ryantm";
|
group = "r-ryantm";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue