From d2803b8e5c3b64dceafefd03f7116e4c6357a22a Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 10 Nov 2025 08:35:24 -0600 Subject: [PATCH] added panoptes-root --- homeManagerModules/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homeManagerModules/ssh.nix b/homeManagerModules/ssh.nix index d68c6ef..44ab243 100644 --- a/homeManagerModules/ssh.nix +++ b/homeManagerModules/ssh.nix @@ -24,6 +24,10 @@ hostname = "192.168.1.107"; user = "panoptes"; }; + "panoptes-root" = { + hostname = "192.168.1.107"; + user = "root"; + }; "pve5070" = { hostname = "192.168.1.130"; user = "root";