services/dns: coredns: wait for vstub
This commit is contained in:
parent
376697ecae
commit
ed8e11c6f4
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ in {
|
||||||
allowedUDPPorts = [ 53 ];
|
allowedUDPPorts = [ 53 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.coredns.after = [ "network-addresses-vstub.service" ];
|
||||||
services.coredns = {
|
services.coredns = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = ''
|
config = ''
|
||||||
|
|
Loading…
Reference in a new issue