diff options
author | Alan Pearce | 2020-09-21 14:32:37 +0200 |
---|---|---|
committer | Alan Pearce | 2020-09-21 14:33:35 +0200 |
commit | 8948ec977d2a2cd6962e3f6e53470d32679df4db (patch) | |
tree | 360b9d9afcf3c6c71cbef24b36878ab5a5612808 | |
parent | bbf897fd65ab3a12861fc954476c066387b66948 (diff) | |
download | nixfiles-8948ec977d2a2cd6962e3f6e53470d32679df4db.tar.lz nixfiles-8948ec977d2a2cd6962e3f6e53470d32679df4db.tar.zst nixfiles-8948ec977d2a2cd6962e3f6e53470d32679df4db.zip |
trillian: don't use Nix's gnupg-agent (prefer GPGTools)
-rw-r--r-- | system/trillian.nix | 7 |
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"; |