nixos/dnsmasq: Fix service name typo
This commit is contained in:
parent
aaf09cd216
commit
f27fa79aa9
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user