From fc6614717337a8bcfa1aadbcc996303beb4dbcf8 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 9 Nov 2025 21:21:12 -0600 Subject: [PATCH] added hermes host to ssh --- homeManagerModules/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) 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";