From 6f30269e1e500019204361e60b2c8454bf698f1e Mon Sep 17 00:00:00 2001 From: Till Date: Thu, 5 Mar 2026 10:22:10 +0100 Subject: [PATCH] git ssh don't force user --- users/till/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/till/ssh.nix b/users/till/ssh.nix index a04ca2d..7dbbba7 100644 --- a/users/till/ssh.nix +++ b/users/till/ssh.nix @@ -41,6 +41,10 @@ in identityFile = certs.uni; }; + "git.ktiu.net" = { + identityFile = certs.personal; + }; + "arielle (arielle|git).ktiu.net" = { hostname = "arielle.ktiu.net"; user = "till";