gnupg agent module: Fix dirmngr.enable option

This commit is contained in:
Daniel Fullmer 2017-06-26 19:33:23 -04:00 committed by Franz Pletz
parent 3d360a5ffb
commit 38e971d2e1

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" ];
};