1
0
Fork 0
mirror of https://github.com/daylinmorgan/oizys.git synced 2025-11-20 06:39:20 -06:00
oizys/modules/security/gpg.nix

7 lines
93 B
Nix

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