fix https warning
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 5s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 5s
This commit is contained in:
parent
086b6f826e
commit
afb46f4d86
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
||||||
gitea-actions-runner.instances.nixos-deploy = {
|
gitea-actions-runner.instances.nixos-deploy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "nixos-server-runner";
|
name = "nixos-server-runner";
|
||||||
url = "https://localhost:5080"; #"https://git.proxy.${homelab.domain}";
|
url = "http://localhost:5080"; #"https://git.proxy.${homelab.domain}";
|
||||||
tokenFile = "/mnt/data/apps/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