From 0c00e983d62e2ac7fa6e7810736ff66c922c253e Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 28 Dec 2025 11:31:52 -0600 Subject: [PATCH] added soteria ssh target --- homeManagerModules/ssh.nix | 3 +++ 1 file changed, 3 insertions(+) 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;