[NixOS] Switch back to qt pinentry flavor
This commit is contained in:
parent
d0d93e3a83
commit
e25cb6d9e4
@ -21,7 +21,11 @@
|
|||||||
defaultCacheTtl = 8 * 60 * 60;
|
defaultCacheTtl = 8 * 60 * 60;
|
||||||
maxCacheTtl = 8 * 60 * 60;
|
maxCacheTtl = 8 * 60 * 60;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
pinentryFlavor = "gnome3";
|
pinentryFlavor = "qt";
|
||||||
|
extraConfig = ''
|
||||||
|
allow-emacs-pinentry
|
||||||
|
allow-loopback-pinentry
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.services.setxkbmap = {
|
systemd.user.services.setxkbmap = {
|
||||||
|
Loading…
Reference in New Issue
Block a user