[NixOS] Remove gnupg override

This commit is contained in:
2024-02-11 18:00:37 -07:00
parent 00cfd236ab
commit 61752b600d
3 changed files with 81 additions and 68 deletions

View File

@@ -14,8 +14,6 @@
forwardAgent = true;
};
programs.gpg.package = pkgs.gnupg_2_4_0;
services.gpg-agent = {
enable = true;
defaultCacheTtl = 8 * 60 * 60;