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