services: gnupg init.
This commit is contained in:
parent
9db889ce0d
commit
50e72a82e9
1 changed files with 7 additions and 0 deletions
7
services/gnupg.nix
Normal file
7
services/gnupg.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ lib, config, ... }:
|
||||
|
||||
lib.mkIf (lib.elem "gnupg" config.machine.services) {
|
||||
programs.gnupg = {
|
||||
agent.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue