diff --git a/homeManagerModules/ssh.nix b/homeManagerModules/ssh.nix index 5eac020..879ff5c 100644 --- a/homeManagerModules/ssh.nix +++ b/homeManagerModules/ssh.nix @@ -70,6 +70,9 @@ hostname = "192.168.1.129"; user = "root"; }; + "soteria.john-stream.com" = { + hostname = "192.168.1.142"; + }; "*.john-stream.com" = { user = "john"; identitiesOnly = true;