oizys/modules/security/gpg.nix

7 lines
91 B
Nix
Raw Normal View History

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