From ca8acd250b3ebea6f691b21cd373c0b7fb997bfb Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sun, 19 Nov 2023 14:12:18 +0100 Subject: [PATCH] yodaHedgehog: fix --- hosts/yodaHedgehog/host-specific.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = ''