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