nixos/dnsmasq: Fix service name typo

This commit is contained in:
William A. Kennington III 2015-02-25 09:22:16 -08:00
parent aaf09cd216
commit f27fa79aa9

View File

@ -82,7 +82,7 @@ in
systemd.services.dnsmasq = {
description = "dnsmasq daemon";
after = [ "network.target" "systemd-resolved.conf" ];
after = [ "network.target" "systemd-resolved.service" ];
wantedBy = [ "multi-user.target" ];
path = [ dnsmasq ];
preStart = ''