2025-02-13 23:53:19 +03:00

7 lines
98 B
Nix

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