diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-04 16:19:34 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-04 16:19:34 +0000 |
commit | a546910a6610820a440aa8d427139ce2712f464d (patch) | |
tree | 95e21cc4a608a3eaa8be9d001b606d1998ce5744 /nix-conf | |
parent | 271db9e8d53a57197c6a76d9299bcdb7df051b9b (diff) | |
download | dotfiles-a546910a6610820a440aa8d427139ce2712f464d.tar.gz |
Fix gpg-agent
Diffstat (limited to 'nix-conf')
-rw-r--r-- | nix-conf/home/includes/linux-server.nix | 5 |
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; |