switch pinentry to qt
This commit is contained in:
parent
ae47ba3b41
commit
2477807458
|
@ -23,7 +23,7 @@ in {
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
pinentryFlavor = "gnome3";
|
pinentryFlavor = "qt";
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
gnumake
|
gnumake
|
||||||
gnupg
|
gnupg
|
||||||
kakoune
|
kakoune
|
||||||
pinentry-gnome
|
pinentry-qt
|
||||||
python3
|
python3
|
||||||
vim
|
vim
|
||||||
# terminal utilities
|
# terminal utilities
|
||||||
|
|
|
@ -22,7 +22,7 @@ in {
|
||||||
email = "antoine@alarsyo.net";
|
email = "antoine@alarsyo.net";
|
||||||
base_url = "https://pass.alarsyo.net";
|
base_url = "https://pass.alarsyo.net";
|
||||||
lock_timeout = 60 * 60 * 12;
|
lock_timeout = 60 * 60 * 12;
|
||||||
pinentry = pkgs.pinentry-gnome;
|
pinentry = pkgs.pinentry-qt;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue