10 lines
167 B
Nix
10 lines
167 B
Nix
|
{ ... }: {
|
||
|
programs.gnupg.agent = {
|
||
|
enable = true;
|
||
|
enableExtraSocket = true;
|
||
|
enableSSHSupport = true;
|
||
|
pinentryFlavor = "gnome3";
|
||
|
};
|
||
|
|
||
|
}
|