activation par défaut de l'agent gnupg

This commit is contained in:
Yves Dubromelle
2021-05-18 09:55:00 +02:00
parent 3de6332c3e
commit ed937ba5bc

View File

@@ -33,4 +33,5 @@ mkIf true {
wget # client HTTP console
which # pour connaitre le chemin d'un exécutable
];
programs.gnupg.agent.enable = true;
}