nixos/dnsmasq: Fix service name typo
This commit is contained in:
parent
aaf09cd216
commit
f27fa79aa9
@ -82,7 +82,7 @@ in
|
|||||||
|
|
||||||
systemd.services.dnsmasq = {
|
systemd.services.dnsmasq = {
|
||||||
description = "dnsmasq daemon";
|
description = "dnsmasq daemon";
|
||||||
after = [ "network.target" "systemd-resolved.conf" ];
|
after = [ "network.target" "systemd-resolved.service" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
path = [ dnsmasq ];
|
path = [ dnsmasq ];
|
||||||
preStart = ''
|
preStart = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user