summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2020-09-21 14:32:37 +0200
committerAlan Pearce2020-09-21 14:33:35 +0200
commit8948ec977d2a2cd6962e3f6e53470d32679df4db (patch)
tree360b9d9afcf3c6c71cbef24b36878ab5a5612808 /system
parentbbf897fd65ab3a12861fc954476c066387b66948 (diff)
downloadnixfiles-8948ec977d2a2cd6962e3f6e53470d32679df4db.tar.lz
nixfiles-8948ec977d2a2cd6962e3f6e53470d32679df4db.tar.zst
nixfiles-8948ec977d2a2cd6962e3f6e53470d32679df4db.zip
trillian: don't use Nix's gnupg-agent (prefer GPGTools)
Diffstat (limited to 'system')
-rw-r--r--system/trillian.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/system/trillian.nix b/system/trillian.nix
index 9cc0c72d..5b3db929 100644
--- a/system/trillian.nix
+++ b/system/trillian.nix
@@ -33,13 +33,6 @@
 
   environment.variables.LANG = "en_GB.UTF-8";
 
-  programs.gnupg = {
-    agent = {
-      enable = true;
-      enableSSHSupport = false;
-    };
-  };
-
   nix.gc = {
     automatic = true;
     user = "alan";