gnupg agent module: Fix dirmngr.enable option

This commit is contained in:
Daniel Fullmer
2017-07-14 00:22:20 +02:00
committed by Franz Pletz
parent 3d360a5ffb
commit 38e971d2e1
+1 -1
View File
@@ -71,7 +71,7 @@ in
wantedBy = [ "sockets.target" ];
};
systemd.user.sockets.dirmngr = {
systemd.user.sockets.dirmngr = mkIf cfg.dirmngr.enable {
wantedBy = [ "sockets.target" ];
};