Move ssh socket configuration to client config
This commit is contained in:
parent
52dc8c6373
commit
e80c2d58e6
3 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue