7 lines
98 B
Nix
7 lines
98 B
Nix
|
|
{ pkgs, ...}: {
|
||
|
|
programs.gnupg.agent = {
|
||
|
|
enable = true;
|
||
|
|
enableSSHSupport = true;
|
||
|
|
};
|
||
|
|
}
|