Files
nix-config/modules/programs/gnupg.nix
T
2026-03-15 15:04:47 +01:00

9 lines
129 B
Nix

{
flake.modules.nixos.gnupg = {
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
};
}