diff --git a/homeManagerModules/ssh.nix b/homeManagerModules/ssh.nix index 3db4590..d68c6ef 100644 --- a/homeManagerModules/ssh.nix +++ b/homeManagerModules/ssh.nix @@ -16,6 +16,10 @@ hostname = "192.168.1.110"; user = "root"; }; + "hermes" = { + hostname = "192.168.1.150"; + user = "root"; + }; "panoptes" = { hostname = "192.168.1.107"; user = "panoptes";