about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-04 16:19:34 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-04 16:19:34 +0000
commita546910a6610820a440aa8d427139ce2712f464d (patch)
tree95e21cc4a608a3eaa8be9d001b606d1998ce5744 /nix-conf
parent271db9e8d53a57197c6a76d9299bcdb7df051b9b (diff)
downloaddotfiles-a546910a6610820a440aa8d427139ce2712f464d.tar.gz
Fix gpg-agent
Diffstat (limited to 'nix-conf')
-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;