This commit is contained in:
2026-02-20 01:26:00 +01:00
parent bc3e16b45c
commit 0cd3fed91e

View File

@@ -20,6 +20,12 @@
identityFile = "~/.ssh/aur";
};
"github.com" = {
hostname = "github.com";
user = "git";
identityFile = "~/.ssh/github";
};
"*" = {
addKeysToAgent = "yes";
setEnv = {