11 lines
124 B
Nix
11 lines
124 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
services.gpg-agent = {
|
||
|
enable = true;
|
||
|
enableExtraSocket = true;
|
||
|
};
|
||
|
|
||
|
programs.gpg.enable = true;
|
||
|
}
|