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