aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/gpg/default.nix
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-01-11 16:40:32 +0000
committerKatharina Fey <kookie@spacekookie.de>2020-01-11 16:40:32 +0000
commit07898a16e29bf664770efc5423d48f76bd6dbfd7 (patch)
tree5e170e688f680c87522b760744227734300a2b21 /modules/workstation/gpg/default.nix
parent45431c078bf8f54aef7c9fae2e5913395ec82c31 (diff)
ws/gpg: enabling agent explicitly to fix milling pinentry
Diffstat (limited to 'modules/workstation/gpg/default.nix')
-rw-r--r--modules/workstation/gpg/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/workstation/gpg/default.nix b/modules/workstation/gpg/default.nix
new file mode 100644
index 00000000000..f0d74d732e8
--- /dev/null
+++ b/modules/workstation/gpg/default.nix
@@ -0,0 +1,5 @@
+{ config, ... }:
+
+{
+ programs.gnupg.agent.enable = true;
+}