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

@ -1,6 +1,5 @@
{ pkgs, pkgsUnstable, ... }: {
#TODO: ENV variabls for agent
home.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/gnupg/S.gpg-agent.ssh";
programs.gpg = {
enable = true;
package = pkgsUnstable.gnupg;