From cbce55a4faa4573cb0228950f7fb7439aac6ac7e Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 3 Jan 2026 15:32:26 -0600 Subject: [PATCH] added janus ssh target --- homeManagerModules/ssh.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/homeManagerModules/ssh.nix b/homeManagerModules/ssh.nix index 81173e9..83e3b01 100644 --- a/homeManagerModules/ssh.nix +++ b/homeManagerModules/ssh.nix @@ -70,6 +70,13 @@ hostname = "192.168.1.129"; user = "root"; }; + "janus" = { + hostname = "janus.john-stream.com"; + user = "john"; + identitiesOnly = true; + identityFile = "~/.ssh/id_ed25519"; + certificateFile = "~/.ssh/id_ed25519-cert.pub"; + }; "soteria" = { hostname = "soteria.john-stream.com"; user = "john";