oizys/modules/security/gpg.nix

7 lines
91 B
Nix

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