Added tu delft gitlab entry

This commit is contained in:
xeovalyte 2025-04-23 11:04:34 +02:00
parent 46d4f7f0f6
commit 0ce120c045
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:kSQDrQDmKzljJzfGYcd3m9RqHi4h8rSwkZ3sQ9kBURo

View File

@ -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";
};