commit 6a6191ff01db84f2dae33dbd6bc98191bf2acb4e
parent dd83995bda05fc9543a38b7b7c3d63ab41d33909
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 12 Jan 2022 19:33:31 +0100
parent dd83995bda05fc9543a38b7b7c3d63ab41d33909
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 12 Jan 2022 19:33:31 +0100
programs/cli/ssh: add `ctucx-git` as alias for git@osterei.ctu.cx in matchBlocks
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/configurations/programs/cli/ssh.nix b/configurations/programs/cli/ssh.nix @@ -15,6 +15,11 @@ user = "leah"; port = 62954; }; + + "ctucx-git" = { + user = "git"; + hostname = "osterei.ctu.cx"; + }; }; }; };