[NixOS] Switch back to qt pinentry flavor

This commit is contained in:
Ivan Malison 2023-08-29 03:09:09 -06:00
parent d0d93e3a83
commit e25cb6d9e4

View File

@ -21,7 +21,11 @@
defaultCacheTtl = 8 * 60 * 60;
maxCacheTtl = 8 * 60 * 60;
enableSshSupport = true;
pinentryFlavor = "gnome3";
pinentryFlavor = "qt";
extraConfig = ''
allow-emacs-pinentry
allow-loopback-pinentry
'';
};
systemd.user.services.setxkbmap = {