From a1b0b31011ce543abc6e92a4a8ee87abc5f26069 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 12 Sep 2023 21:09:13 +0200 Subject: [PATCH] ssh: added UCSB reynolds --- roles/home/ssh.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/home/ssh.nix b/roles/home/ssh.nix index e6da612..6159d16 100644 --- a/roles/home/ssh.nix +++ b/roles/home/ssh.nix @@ -16,6 +16,12 @@ identityFile = "~/.ssh/ucsb"; }; + "ucsb-reynolds" = { + hostname = "128.111.49.76"; + user = "giulio"; + identityFile = "~/.ssh/ucsb"; + }; + "tommy.devs.giugl.io" = { user = "giulio"; identityFile = "~/.ssh/tommypc";