feat(forgejo): add packages to runner
This commit is contained in:
parent
8208ac6db1
commit
75dc56a59c
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue