diff --git a/users/richie/home/sshconfig.nix b/users/richie/home/sshconfig.nix index b74279e..53d407f 100644 --- a/users/richie/home/sshconfig.nix +++ b/users/richie/home/sshconfig.nix @@ -30,6 +30,12 @@ identityFile = "~/.ssh/id_ed25519"; port = 922; }; + palatine-hill = { + hostname = "192.168.76.2"; + user = "richie"; + identityFile = "~/.ssh/id_ed25519"; + port = 666; + }; }; }; }