sudo with ssh-agent

This commit is contained in:
foosinn 2020-06-11 19:53:21 +02:00
parent 2cd455ce0a
commit 53b41531c2

View file

@ -71,4 +71,8 @@
isNormalUser = true;
uid = 1000;
};
security.sudo.extraConfig = ''
Defaults env_keep+=SSH_AUTH_SOCK
'';
}