No more gpg-agent. Society has progressed past the need for gpg-agent.

This commit is contained in:
Artemis Tosini 2021-08-29 01:41:40 +00:00
parent 82e28cda1c
commit a383be4eb6
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
2 changed files with 1 additions and 5 deletions

View file

@ -54,6 +54,7 @@ in
git-lfs git-lfs
gitAndTools.gitFull gitAndTools.gitFull
gitAndTools.pass-git-helper gitAndTools.pass-git-helper
gnupg
htop htop
hunspell hunspell
iw iw

View file

@ -29,9 +29,4 @@
opengl.driSupport32Bit = (builtins.currentSystem == "x86_64-linux"); opengl.driSupport32Bit = (builtins.currentSystem == "x86_64-linux");
steam-hardware.enable = true; steam-hardware.enable = true;
}; };
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
} }