diff --git a/hosts/VEGAS/services/dns/default.nix b/hosts/VEGAS/services/dns/default.nix index 5188fbc..48b4a3a 100644 --- a/hosts/VEGAS/services/dns/default.nix +++ b/hosts/VEGAS/services/dns/default.nix @@ -10,6 +10,7 @@ in { allowedUDPPorts = [ 53 ]; }; + systemd.services.coredns.after = [ "network-addresses-vstub.service" ]; services.coredns = { enable = true; config = ''