Files
2025-12-03 15:37:14 +03:00

7 lines
84 B
Nix

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