diff --git a/hosts/build02/nixpkgs-update.nix b/hosts/build02/nixpkgs-update.nix index 9028584..1851d14 100644 --- a/hosts/build02/nixpkgs-update.nix +++ b/hosts/build02/nixpkgs-update.nix @@ -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"; };