aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--infra/libkookie/configuration/workstation/gpg/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/infra/libkookie/configuration/workstation/gpg/default.nix b/infra/libkookie/configuration/workstation/gpg/default.nix
new file mode 100644
index 000000000000..cb7d0eb4d914
--- /dev/null
+++ b/infra/libkookie/configuration/workstation/gpg/default.nix
@@ -0,0 +1,8 @@
+{ config, ... }:
+
+{
+ programs.gnupg.agent = {
+ enable = true;
+ enableSSHSupport = true;
+ };
+}