Don't use dhcp-host configuration

This commit is contained in:
asonix 2024-07-02 19:16:28 -05:00
parent e33047f273
commit 6352eec27d

View file

@ -185,11 +185,6 @@ in
"${wifi},192.168.40.10,192.168.40.240,255.255.255.0,24h" "${wifi},192.168.40.10,192.168.40.240,255.255.255.0,24h"
]; ];
interface = [ bridge devices wifi ]; interface = [ bridge devices wifi ];
# dhcp-host = [
# "192.168.20.1,set:${bridge}"
# "192.168.30.1,set:${devices}"
# "192.168.40.1,set:${wifi}"
# ];
dhcp-option = [ dhcp-option = [
"${bridge},option:router,192.168.20.1" "${bridge},option:router,192.168.20.1"
"${bridge},option:dns-server,192.168.20.1" "${bridge},option:dns-server,192.168.20.1"