all repos — nixfiles @ 8948ec977d2a2cd6962e3f6e53470d32679df4db

System and user configuration, managed by nix and home-manager

trillian: don't use Nix's gnupg-agent (prefer GPGTools)
Alan Pearce alan@alanpearce.eu
Mon, 21 Sep 2020 14:32:37 +0200
commit

8948ec977d2a2cd6962e3f6e53470d32679df4db

parent

bbf897fd65ab3a12861fc954476c066387b66948

1 files changed, 0 insertions(+), 7 deletions(-)

jump to
M system/trillian.nixsystem/trillian.nix
@@ -33,13 +33,6 @@ programs.zsh.enableBashCompletion = true; 
   environment.variables.LANG = "en_GB.UTF-8";
 
-  programs.gnupg = {
-    agent = {
-      enable = true;
-      enableSSHSupport = false;
-    };
-  };
-
   nix.gc = {
     automatic = true;
     user = "alan";