about summary refs log tree commit diff stats
path: root/nix-conf/home
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-06-05 15:20:41 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-06-05 15:20:41 +0100
commit70a88e1ac1ec05d7e1f773fd5a44fdfb41a729e6 (patch)
tree9325802a77bebef8474a3e0dad7cf881a5fbefd8 /nix-conf/home
parent76c1177e72b99afd5f22416cc6fe1fbf4f063564 (diff)
downloaddotfiles-70a88e1ac1ec05d7e1f773fd5a44fdfb41a729e6.tar.gz
pinentryFlavor -> pinentryPackage
Diffstat (limited to 'nix-conf/home')
-rw-r--r--nix-conf/home/includes/linux-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix
index dc54f59..34d5d7e 100644
--- a/nix-conf/home/includes/linux-server.nix
+++ b/nix-conf/home/includes/linux-server.nix
@@ -15,7 +15,7 @@
 
   services.gpg-agent = {
     enable = true;
-    pinentryFlavor = "curses";
+    pinentryPackage = pkgs.pinentry-curses;
     defaultCacheTtl = 34560000;
     maxCacheTtl = 34560000;
   };