From 0ce120c0450e258c202a151d9e17a6db20d030e1 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Wed, 23 Apr 2025 11:04:34 +0200 Subject: [PATCH] Added tu delft gitlab entry --- modules/home/applications/ssh.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home/applications/ssh.nix b/modules/home/applications/ssh.nix index 031be8f..c6f907f 100644 --- a/modules/home/applications/ssh.nix +++ b/modules/home/applications/ssh.nix @@ -30,6 +30,12 @@ in { user = "git"; identityFile = "~/.ssh/gitea"; }; + + "gitlab.ewi.tudelft.nl" = { + hostname = "gitlab.ewi.tudelft.nl"; + user = "tboomers"; + identityFile = "~/.ssh/gitlab_tudelft"; + }; }; addKeysToAgent = "yes"; };