diff --git a/roles/home/ssh.nix b/roles/home/ssh.nix index 23bac5a..fa39b09 100644 --- a/roles/home/ssh.nix +++ b/roles/home/ssh.nix @@ -168,6 +168,12 @@ user = "aur"; identityFile = "~/.ssh/aur"; }; + + "ucsb-workstation" = { + user = "giulio"; + identityFile = "~/.ssh/ucsb"; + forwardAgent = true; + }; }; extraConfig = ''