diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index e2d275e2..7720155b 100644 --- a/nixos/common/services/forgejo-runner.nix +++ b/nixos/common/services/forgejo-runner.nix @@ -16,17 +16,9 @@ labels = [ "self-hosted:host://-self-hosted" ]; url = "https://git.sysctl.io"; tokenFile = /run/secrets/services/forgejo_token; - hostPackages = with pkgs; [ - bash - coreutils - curl - gawk - gitMinimal - gnused - nodejs - wget - + hostPackages = with pkgs [ sudo + coreutils tailscale ]; };