Files
dotnix/hosts/kepler/config/gnupg.nix
T
2026-07-04 05:01:54 +02:00

9 lines
88 B
Nix

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