summary refs log tree commit diff stats
path: root/system/trillian.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/trillian.nix')
-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";