diff --git a/programs/ssh.nix b/programs/ssh.nix index 61b9855..f345357 100644 --- a/programs/ssh.nix +++ b/programs/ssh.nix @@ -68,6 +68,10 @@ hostname = "10.5.5.56"; user = "root"; }; + priv-hec = { + hostname = "10.5.5.77"; + user = "root"; + }; storage = { hostname = "10.5.5.50"; user = "root";