From e341bdbbf46429f01855c87a52bc4453c466141b Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 25 Dec 2023 12:24:40 +0900 Subject: [PATCH] asdf --- nixos/common/services/forgejo-runner.nix | 2 ++ 1 file changed, 2 insertions(+) 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 ];