15 lines
138 B
Nix

{
...
}:
{
programs.gpg = {
enable = true;
};
services.gpg-agent = {
enable = true;
enableSshSupport = true;
};
}