From 2fe6faf03e41d24037dcdac4264ad3c541ea8f80 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Fri, 15 Sep 2023 14:59:55 +0200 Subject: [PATCH] yodaYoga ssh unlock --- modules/ssh.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ssh.nix b/modules/ssh.nix index 1055ba8..65af1cc 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -30,6 +30,12 @@ port = 22; compression = false; }; + "unlockYodaYoga" = { + hostname = "192.168.178.99"; + user = "root"; + port = 22; + compression = false; + }; "pi3bplus" = { hostname = "fckjpbxxim36c1gb.myfritz.net"; user = "yoda";