diff --git a/homeManagerModules/ssh.nix b/homeManagerModules/ssh.nix index 7868713..550505d 100644 --- a/homeManagerModules/ssh.nix +++ b/homeManagerModules/ssh.nix @@ -66,6 +66,12 @@ hostname = "192.168.1.129"; user = "root"; }; + "*.john-stream.com" = { + user = "john"; + identitiesOnly = true; + identityFile = "~/.ssh/id_ed25519"; + certificateFile = "~/.ssh/id_ed25519-cert.pub"; + }; }) (lib.mkIf (config.profile == "work") { "ubuntu-nvidia" = {