remove deps on other stuff
Some checks are pending
Activate Homelab Configuration / rebuild (push) Waiting to run
Some checks are pending
Activate Homelab Configuration / rebuild (push) Waiting to run
This commit is contained in:
parent
1a35ba2ecf
commit
086b6f826e
3 changed files with 1 additions and 25 deletions
|
|
@ -42,7 +42,7 @@
|
|||
gitea-actions-runner.instances.nixos-deploy = {
|
||||
enable = true;
|
||||
name = "nixos-server-runner";
|
||||
url = "https://git.proxy.${homelab.domain}";
|
||||
url = "https://localhost:5080"; #"https://git.proxy.${homelab.domain}";
|
||||
tokenFile = "/mnt/data/apps/forgejo/token-runner";
|
||||
labels = [ "self-hosted:host" ];
|
||||
hostPackages = with pkgs; [ bash coreutils git nix openssh nodejs ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue