10 lines
144 B
Nix
10 lines
144 B
Nix
{
|
|
nixos = _: {
|
|
programs.gnupg.agent = {
|
|
enable = true;
|
|
enableSSHSupport = true;
|
|
enableExtraSocket = true;
|
|
};
|
|
};
|
|
}
|