9 lines
102 B
Nix
Executable File
9 lines
102 B
Nix
Executable File
{ config, ... }:
|
|
|
|
{
|
|
programs.gnupg.agent = {
|
|
enable = true;
|
|
enableSSHSupport = true;
|
|
};
|
|
}
|