change key location
This commit is contained in:
parent
db140f4899
commit
c36733605b
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "nixos-server-runner";
|
name = "nixos-server-runner";
|
||||||
url = "https://git.proxy.${homelab.domain}";
|
url = "https://git.proxy.${homelab.domain}";
|
||||||
tokenFile = "/root/forgejo-token-runner";
|
tokenFile = "/mnt/data/apps/forgejo/token-runner";
|
||||||
labels = [ "self-hosted:host" ];
|
labels = [ "self-hosted:host" ];
|
||||||
hostPackages = with pkgs; [ bash coreutils git nix openssh nodejs ];
|
hostPackages = with pkgs; [ bash coreutils git nix openssh nodejs ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue