9 lines
112 B
Nix
9 lines
112 B
Nix
{ lib, config, pkgs, ...}:
|
|
|
|
{
|
|
programs.gnupg.agent = {
|
|
enable = true;
|
|
enableSSHSupport = true;
|
|
};
|
|
}
|