Move ssh socket configuration to client config

This commit is contained in:
Fabian Hauser 2023-10-27 12:07:44 +02:00
parent 52dc8c6373
commit e80c2d58e6
3 changed files with 3 additions and 2 deletions

View file

@ -21,6 +21,9 @@
};
"github.com" = forceIdentityPrivate // { user = "git"; };
};
extraConfig = ''
IdentityAgent /run/user/1000/gnupg/S.gpg-agent.ssh
'';
#TODO: Authorized keys implementation, see https://github.com/nix-community/home-manager/pull/9
};
}