diff --git a/modules/ssh-client.nix b/modules/ssh-client.nix index e45c2b5..59f68ab 100644 --- a/modules/ssh-client.nix +++ b/modules/ssh-client.nix @@ -29,12 +29,19 @@ port = 2225; compression = true; }; + "pi3bplus" = { hostname = "fckjpbxxim36c1gb.myfritz.net"; user = "yoda"; port = 22; compression = true; }; + "rootPi3bplus" = { + hostname = "fckjpbxxim36c1gb.myfritz.net"; + user = "root"; + port = 22; + compression = true; + }; "ejNas" = { hostname = "cloud.ej-altdorf.de";