2023-11-04 02:31:44 +01:00

7 lines
93 B
Nix

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