Allow emacs pinentry

This commit is contained in:
Kiana Sheibani 2022-06-13 14:31:49 -04:00
parent bba79bd4a3
commit 183121f2d7

View file

@ -28,5 +28,9 @@
enable = true; enable = true;
enableSshSupport = true; enableSshSupport = true;
pinentryFlavor = "curses"; pinentryFlavor = "curses";
extraConfig = ''
allow-emacs-pinentry
allow-loopback-pinentry
'';
}; };
} }