diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index 82ad8c5a..e3f59a97 100644 --- a/nixos/common/services/forgejo-runner.nix +++ b/nixos/common/services/forgejo-runner.nix @@ -17,6 +17,7 @@ url = "https://git.sysctl.io"; tokenFile = /run/secrets/services/forgejo_token; hostPackages = with pkgs; [ + # Default bash coreutils curl @@ -26,6 +27,7 @@ nodejs wget + # Extras sudo tailscale ];