about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--nix-conf/home/includes/linux-server.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix
index b8daadc..c873ef3 100644
--- a/nix-conf/home/includes/linux-server.nix
+++ b/nix-conf/home/includes/linux-server.nix
@@ -12,6 +12,11 @@
     restic
   ];
 
+  services.gpg-agent = {
+    enable = true;
+    pinentryFlavor = "curses";
+  };
+
   ## TODO programs.tmux.prefix newSession plugins etc
   programs.tmux = {
     enable = true;