server/system/gpg.nix

9 lines
102 B
Nix
Raw Normal View History

2024-09-24 20:36:31 +01:00
{ config, ... }:
{
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
}