9 lines
142 B
Nix
9 lines
142 B
Nix
_: {
|
|
services = {
|
|
gpg-agent = {
|
|
enable = true;
|
|
enableScDaemon = true;
|
|
# pinentryFlavor = "gnome3";
|
|
};
|
|
};
|
|
}
|