No more gpg-agent. Society has progressed past the need for gpg-agent.
This commit is contained in:
parent
82e28cda1c
commit
a383be4eb6
|
@ -54,6 +54,7 @@ in
|
|||
git-lfs
|
||||
gitAndTools.gitFull
|
||||
gitAndTools.pass-git-helper
|
||||
gnupg
|
||||
htop
|
||||
hunspell
|
||||
iw
|
||||
|
|
|
@ -29,9 +29,4 @@
|
|||
opengl.driSupport32Bit = (builtins.currentSystem == "x86_64-linux");
|
||||
steam-hardware.enable = true;
|
||||
};
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue