mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
adding ping to extraPackages
This commit is contained in:
@@ -44,7 +44,7 @@ in
|
||||
tokenFile = "${vars.storage_secrets}/services/github-runners/${name}";
|
||||
user = "github-runners";
|
||||
group = "github-runners";
|
||||
extraPackages = with pkgs; [ nixos-rebuild openssh ];
|
||||
extraPackages = with pkgs; [ nixos-rebuild openssh unixtools.ping];
|
||||
};
|
||||
users = {
|
||||
users.github-runners = {
|
||||
|
||||
Reference in New Issue
Block a user