mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-14 04:07:21 +00:00
Sets linux gpg-agent pinentry flavour to tty
This commit is contained in:
parent
e101a5d242
commit
2ed67013bd
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
defaultCacheTtl = 30;
|
defaultCacheTtl = 30;
|
||||||
maxCacheTtl = 600;
|
maxCacheTtl = 600;
|
||||||
|
pinentryFlavor = "tty";
|
||||||
};
|
};
|
||||||
emacs = {
|
emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue