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";