Files
infra-nix/hosts/kepler/mod/gnupg.nix
T
2026-07-01 08:41:02 +02:00

9 lines
88 B
Nix

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