From a383be4eb6b6ed3eb3e849f685c51f14ba868f13 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Sun, 29 Aug 2021 01:41:40 +0000 Subject: [PATCH] No more gpg-agent. Society has progressed past the need for gpg-agent. --- sets/packages.nix | 1 + sets/workstation.nix | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/sets/packages.nix b/sets/packages.nix index 6cd66dc..fc09d81 100644 --- a/sets/packages.nix +++ b/sets/packages.nix @@ -54,6 +54,7 @@ in git-lfs gitAndTools.gitFull gitAndTools.pass-git-helper + gnupg htop hunspell iw diff --git a/sets/workstation.nix b/sets/workstation.nix index 48d999f..e5008e4 100644 --- a/sets/workstation.nix +++ b/sets/workstation.nix @@ -29,9 +29,4 @@ opengl.driSupport32Bit = (builtins.currentSystem == "x86_64-linux"); steam-hardware.enable = true; }; - - programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; - }; }