feat(forgejo): add packages to runner

This commit is contained in:
Felix Schröter 2025-01-19 13:29:25 +01:00
parent 8208ac6db1
commit 75dc56a59c
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -18,6 +18,19 @@ in
tokenFile = ""; # dynamically retrieved from Forgejo (see further below)
name = config.networking.hostName;
labels = [ "native:host" ];
hostPackages = with pkgs; [
# default
bash
coreutils
curl
gawk
gitMinimal
gnused
nodejs
wget
nix
];
settings = {
container.network = "host";
};