10 lines
112 B
Nix
10 lines
112 B
Nix
{ ... }:
|
|
{
|
|
programs.gnupg = {
|
|
agent = {
|
|
enableSSHSupport = true;
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|