1
0
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:
Stefan Ellmauthaler 2022-05-24 18:58:27 +02:00
parent 2a01d89740
commit 75cc689403

View File

@ -12,6 +12,10 @@ with lib; {
programs = {
mtr.enable = true;
dconf.enable = true;
gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
};
documentation = {