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