mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Services/GnuPG] Move all configuration in dedicated file
This commit is contained in:
parent
3fa8298db2
commit
9977f0c62d
4 changed files with 35 additions and 32 deletions
|
|
@ -183,14 +183,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
programs.gnupg = {
|
||||
agent.enable = true;
|
||||
dirmngr.enable = true;
|
||||
agent.pinentryFlavor = "curses";
|
||||
agent.enableSSHSupport = true;
|
||||
agent.enableExtraSocket = true;
|
||||
agent.enableBrowserSocket = true;
|
||||
};
|
||||
programs.ssh.startAgent = false;
|
||||
|
||||
# SmartCards
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue