diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index 316a7eab..52778900 100644 --- a/nixos/common/services/forgejo-runner.nix +++ b/nixos/common/services/forgejo-runner.nix @@ -11,6 +11,6 @@ name = "${hostname}"; labels = [ "nixos" ]; url = "https://git.sysctl.io"; - tokenFile = "/run/secrets/forgejo_token"; + tokenFile = "/run/secrets/services/forgejo_token"; }; } \ No newline at end of file