Merge branch 'master' of ssh://git.giugl.io/peperunas/nixos

This commit is contained in:
Giulio De Pasquale 2023-06-12 20:24:25 +02:00
commit 8cde2f28fb

View File

@ -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" = {
@ -141,6 +141,11 @@
identityFile = "~/.ssh/github";
};
"code.iti.illinois.edu" = {
user = "gitlab";
identityFile = "~/.ssh/github";
};
"git.ctf.necst.it" = {
user = "ctf";
identityFile = "~/.ssh/gitlab_necst";
@ -169,7 +174,7 @@
identityFile = "~/.ssh/aur";
};
"ucsb-workstation" = {
"ucsb-workstation.devs.giugl.io" = {
user = "giulio";
identityFile = "~/.ssh/ucsb";
forwardAgent = true;