cfg/mod/security.nix
2025-05-06 09:19:55 +02:00

7 lines
93 B
Nix

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