From 0cd3fed91e076f15a61b3712c17d80f8fb8332d7 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Fri, 20 Feb 2026 01:26:00 +0100 Subject: [PATCH] xd --- modules/ssh.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ssh.nix b/modules/ssh.nix index 4645ef1..af2cdda 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -20,6 +20,12 @@ identityFile = "~/.ssh/aur"; }; + "github.com" = { + hostname = "github.com"; + user = "git"; + identityFile = "~/.ssh/github"; + }; + "*" = { addKeysToAgent = "yes"; setEnv = {