about summary refs log tree commit diff stats
path: root/nix-conf/home/includes/linux-server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/home/includes/linux-server.nix')
-rw-r--r--nix-conf/home/includes/linux-server.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix
index 427b167..62233f0 100644
--- a/nix-conf/home/includes/linux-server.nix
+++ b/nix-conf/home/includes/linux-server.nix
@@ -7,7 +7,6 @@
     irssi
     libtree
     msmtp
-    neomutt
     pinentry
     restic
     sword
@@ -16,7 +15,7 @@
 
   services.gpg-agent = {
     enable = true;
-    pinentryPackage = pkgs.pinentry-curses;
+    pinentry.package = pkgs.pinentry-curses;
     defaultCacheTtl = 34560000;
     maxCacheTtl = 34560000;
   };