From c36733605b3fce051a0d843355a8e942d5f9937b Mon Sep 17 00:00:00 2001 From: satr14 Date: Thu, 16 Apr 2026 21:46:37 +0700 Subject: [PATCH] change key location --- modules/system/homelab/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index 4ea36f7..39f4de1 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -43,7 +43,7 @@ enable = true; name = "nixos-server-runner"; url = "https://git.proxy.${homelab.domain}"; - tokenFile = "/root/forgejo-token-runner"; + tokenFile = "/mnt/data/apps/forgejo/token-runner"; labels = [ "self-hosted:host" ]; hostPackages = with pkgs; [ bash coreutils git nix openssh nodejs ]; };