mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
Fixed DHCP options conflicting
This commit is contained in:
@@ -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" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user