From e83fdadf7d9e864b4a4ca64283df01bc4d0101f8 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 28 Dec 2025 12:21:32 -0600 Subject: [PATCH] soteria target updates --- homeManagerModules/ssh.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/homeManagerModules/ssh.nix b/homeManagerModules/ssh.nix index 879ff5c..81173e9 100644 --- a/homeManagerModules/ssh.nix +++ b/homeManagerModules/ssh.nix @@ -70,8 +70,12 @@ hostname = "192.168.1.129"; user = "root"; }; - "soteria.john-stream.com" = { - hostname = "192.168.1.142"; + "soteria" = { + hostname = "soteria.john-stream.com"; + user = "john"; + identitiesOnly = true; + identityFile = "~/.ssh/id_ed25519"; + certificateFile = "~/.ssh/id_ed25519-cert.pub"; }; "*.john-stream.com" = { user = "john";