diff --git a/home/essentials/ssh.nix b/home/essentials/ssh.nix index 7177765..3f251a0 100644 --- a/home/essentials/ssh.nix +++ b/home/essentials/ssh.nix @@ -10,6 +10,14 @@ }; "gcd-etwas" = { + host = "gcd-etwas"; + hostname = "git.catgirl.dog"; + identityFile = [ "/home/rhea/.ssh/id_gcd_etwas" ]; + user = "git"; + port = 222; + }; + + "gcd-etwas-fullurl" = { host = "git.catgirl.dog"; hostname = "git.catgirl.dog"; identityFile = [ "/home/rhea/.ssh/id_gcd_etwas" ];