From 4775fe24c1d8bc30ebff170fce7e769c052708a2 Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Sun, 27 Oct 2024 15:38:47 +0100 Subject: [PATCH] fix(ssh): keep the gcd-etwas host --- home/essentials/ssh.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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" ];