Fix icdm config

This commit is contained in:
Greg Hellings
2023-04-27 13:32:48 -05:00
parent 29f584cfda
commit 1700c2cd56
+1 -1
View File
@@ -30,7 +30,7 @@ in
allowedUDPPorts = [ 53 67 ];
};
extraHosts = "${dns_hosts}";
extraHosts = "${dnsHosts}";
};
services.dnsmasq = {