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

7 lines
84 B
Nix
Raw Normal View History

2025-12-01 23:19:06 +03:00
{
2024-08-26 22:10:44 +03:00
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
}