forgejo: update runner dependencies

This commit is contained in:
Tigor Hutasuhut 2024-06-20 14:15:21 +07:00
parent 635735c39e
commit e9dc037124

View file

@ -43,6 +43,17 @@ in
name = config.networking.hostName; name = config.networking.hostName;
url = config.services.forgejo.settings.server.ROOT_URL; url = config.services.forgejo.settings.server.ROOT_URL;
tokenFile = config.sops.secrets."forgejo/runners/global".path; tokenFile = config.sops.secrets."forgejo/runners/global".path;
hostPackages = with pkgs; [
bash
coreutils
curl
gawk
gitMinimal
gnused
nodejs
wget
typst
];
settings = { settings = {
runner = { runner = {
capacity = 2; capacity = 2;