diff --git a/hosts/chmura/services/forgejo.nix b/hosts/chmura/services/forgejo.nix index 329432b..a01d781 100644 --- a/hosts/chmura/services/forgejo.nix +++ b/hosts/chmura/services/forgejo.nix @@ -49,6 +49,12 @@ labels = [ "native:host" ]; + hostPackages = with pkgs; [ + nix + nodejs + git + bash + ]; settings = { log.level = "info"; runner = {