yodaHedgehog: fix

This commit is contained in:
Daniel Langbein 2023-11-19 14:12:18 +01:00
parent e9cbaf49fa
commit ca8acd250b
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -42,6 +42,8 @@ in
path = with pkgs; [
# Provides `echo`, `sleep`, `printf`.
coreutils
# Provides `ssh`
openssh
];
# Script to execute as main process.
script = ''