server/system/gpg.nix
2024-10-07 15:32:17 +01:00

9 lines
102 B
Nix
Executable File

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