add nodejs to runner
Some checks failed
Activate NixOS Configuration On Push / deploy (push) Failing after 1s
Some checks failed
Activate NixOS Configuration On Push / deploy (push) Failing after 1s
This commit is contained in:
parent
b1406939d2
commit
129db0f841
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
||||||
url = "https://git.proxy.${homelab.domain}";
|
url = "https://git.proxy.${homelab.domain}";
|
||||||
tokenFile = "/root/forgejo-token-runner";
|
tokenFile = "/root/forgejo-token-runner";
|
||||||
labels = [ "nixos-server" ];
|
labels = [ "nixos-server" ];
|
||||||
hostPackages = with pkgs; [ bash coreutils git nix ];
|
hostPackages = with pkgs; [ bash coreutils git nix nodejs ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue