From 044dd2f6bcb6ffef68c4271454cd05f94f9df7df Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Wed, 17 Apr 2024 14:48:38 +1000
Subject: [PATCH] build02/nixpkgs-update: remove extra github_token symlink

---
 hosts/build02/nixpkgs-update.nix | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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";
   };