mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-02-23 08:24:49 +01:00
8 lines
163 B
Nix
8 lines
163 B
Nix
{
|
|
# https://github.com/LnL7/nix-darwin/blob/master/modules/programs/gnupg.nix
|
|
programs.gnupg.agent = {
|
|
enable = true;
|
|
enableSSHSupport = false;
|
|
};
|
|
}
|