fix: open port for kea dhcp4
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d37aaa2622
commit
22c978d496
|
@ -1,9 +1,12 @@
|
|||
{ pkgs, adblock-unbound, ... }:
|
||||
{
|
||||
networking.firewall.allowedUDPPorts = [ 67 ];
|
||||
|
||||
services.kea.dhcp4 = {
|
||||
enable = true;
|
||||
settings = {
|
||||
interfaces-config = {
|
||||
dhcp-socket-type = "raw";
|
||||
interfaces = [
|
||||
"enabcm6e4ei0"
|
||||
"wlan0"
|
||||
|
@ -63,6 +66,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
interfaces-config = {
|
||||
dhcp-socket-type = "raw";
|
||||
interfaces = [
|
||||
"enabcm6e4ei0"
|
||||
"wlan0"
|
||||
|
|
Loading…
Reference in a new issue