Fixed DHCP options conflicting

This commit is contained in:
2025-11-11 09:11:24 +01:00
parent c4d084c7c1
commit 766bf28c12

View File

@@ -3,7 +3,6 @@
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
networking.firewall.allowedUDPPorts = [ 8000 23 ]; networking.firewall.allowedUDPPorts = [ 8000 23 ];
networking.firewall.allowedTCPPorts = [ 8000 23 ]; networking.firewall.allowedTCPPorts = [ 8000 23 ];
networking.useDHCP = true;
# networking.bridges = { # networking.bridges = {
# "br0" = { # "br0" = {
# interfaces = [ "eno1" ]; # interfaces = [ "eno1" ];