From 9aea844ccbc83ff273f7a48db87861aee2bd481a Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 7 Feb 2023 14:08:42 -0800 Subject: [PATCH] ssh: Added ucsb-workstation --- roles/home/ssh.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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 = ''