Add allow-loopback-entry to gpg-agent config
This commit is contained in:
parent
4919519de1
commit
ed7d7f33b6
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ in
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
defaultCacheTtlSsh = 14400;
|
defaultCacheTtlSsh = 14400;
|
||||||
maxCacheTtlSsh = 14400;
|
maxCacheTtlSsh = 14400;
|
||||||
|
extraConfig = ''
|
||||||
|
allow-loopback-entry
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue