1
0
Fork 0
forked from Bun/nixos-config
nixos-config/nixos/modules/gpg.nix

6 lines
82 B
Nix

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