Files
nixos-config/modules/host/gpg.nix
T
2025-07-18 16:40:42 +03:00

7 lines
98 B
Nix
Executable File

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