mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Services] Add gnupg with full support
This commit is contained in:
parent
15db62413a
commit
00ed308594
1 changed files with 8 additions and 0 deletions
|
|
@ -46,6 +46,14 @@ in {
|
|||
}
|
||||
] (x: builtins.toJSON x));
|
||||
|
||||
programs.gnupg = {
|
||||
agent.enable = true;
|
||||
dirmngr.enable = true;
|
||||
agent.enableSSHSupport = true;
|
||||
agent.enableExtraSocket = true;
|
||||
agent.enableBrowserSocket = true;
|
||||
};
|
||||
|
||||
services.avahi.enable = true; # .lan/.local resolution
|
||||
services.avahi.nssmdns = true; # .lan/.local resolution
|
||||
services.avahi.publish.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue