mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Fix gnupg issue
This commit is contained in:
parent
2a01d89740
commit
75cc689403
@ -12,6 +12,10 @@ with lib; {
|
||||
programs = {
|
||||
mtr.enable = true;
|
||||
dconf.enable = true;
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
};
|
||||
|
||||
documentation = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user