diff --git a/roles/home/ssh.nix b/roles/home/ssh.nix index 39159f0..e6da612 100644 --- a/roles/home/ssh.nix +++ b/roles/home/ssh.nix @@ -13,7 +13,7 @@ "192.35.222.32" = { user = "giulio"; - identityFile = "~/.ssh/gitlab-ucsb"; + identityFile = "~/.ssh/ucsb"; }; "tommy.devs.giugl.io" = { @@ -114,7 +114,7 @@ "git.seclab.cs.ucsb.edu" = { user = "peperunas"; - identityFile = "~/.ssh/gitlab-ucsb"; + identityFile = "~/.ssh/ucsb"; }; "architect.devs.giugl.io" = { @@ -140,6 +140,11 @@ user = "git"; identityFile = "~/.ssh/github"; }; + + "code.iti.illinois.edu" = { + user = "gitlab"; + identityFile = "~/.ssh/github"; + }; "git.ctf.necst.it" = { user = "ctf"; @@ -169,7 +174,7 @@ identityFile = "~/.ssh/aur"; }; - "ucsb-workstation" = { + "ucsb-workstation.devs.giugl.io" = { user = "giulio"; identityFile = "~/.ssh/ucsb"; forwardAgent = true;