diff --git a/hosts/yodaHedgehog/host-specific.nix b/hosts/yodaHedgehog/host-specific.nix index 2543223..0372bba 100644 --- a/hosts/yodaHedgehog/host-specific.nix +++ b/hosts/yodaHedgehog/host-specific.nix @@ -42,6 +42,8 @@ in path = with pkgs; [ # Provides `echo`, `sleep`, `printf`. coreutils + # Provides `ssh` + openssh ]; # Script to execute as main process. script = ''