1
0
Fork 0
mirror of https://github.com/daylinmorgan/oizys.git synced 2025-01-10 07:07:33 -06:00
oizys/modules/security/gpg.nix

7 lines
93 B
Nix

{ ... }:
{
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
}