oizys/modules/security/gpg.nix

8 lines
93 B
Nix
Raw Normal View History

2024-05-06 14:32:00 -05:00
{ ... }:
{
2024-01-29 10:43:35 -06:00
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
}