From db9c636678613f17da78041d10b3c5acceac1e11 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 11 Aug 2024 09:28:36 -0400 Subject: [PATCH] adding palatine-hill to ssh config --- users/richie/home/sshconfig.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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; + }; }; }; }