Files
nixos-config/nixos/modules/gpg.nix
T

7 lines
98 B
Nix

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