diff --git a/modules/ssh-client.nix b/modules/ssh-client.nix index 36f5dfe..4b4a87e 100644 --- a/modules/ssh-client.nix +++ b/modules/ssh-client.nix @@ -93,6 +93,12 @@ port = 2226; compression = true; }; + "rootHedgehog" = { + hostname = "p1st.de"; + user = "root"; + port = 2226; + compression = true; + }; "unlockHedgehog" = { hostname = "p1st.de"; user = "root";