about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <patryk@niedzwiedzinski.cyou>2024-08-16 11:26:02 +0200
committerPatryk Niedźwiedziński <patryk@niedzwiedzinski.cyou>2024-08-16 11:26:51 +0200
commitc038fe4a4a6b47ee77f4c5f44855a3f615f2171d (patch)
treee66e7a3c23f16900a5041c6ce6f1dc1fa5d329e5 /machines
parentbdbd8d094c2af9f88b484011887e1d1d4fe557d5 (diff)
downloaddots-c038fe4a4a6b47ee77f4c5f44855a3f615f2171d.tar.gz
dots-c038fe4a4a6b47ee77f4c5f44855a3f615f2171d.zip
Working pass & gpg with pinentry
Diffstat (limited to 'machines')
-rw-r--r--machines/x220-gnome/pass.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/x220-gnome/pass.nix b/machines/x220-gnome/pass.nix
index b4a5513..c781746 100644
--- a/machines/x220-gnome/pass.nix
+++ b/machines/x220-gnome/pass.nix
@@ -8,6 +8,7 @@
 
 	programs.gnupg.agent = {
 		enable = true;
+		pinentryPackage = pkgs.pinentry-gnome3;
 		enableSSHSupport = true;
 	};