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";