From 766bf28c124b61e5a950842f662e548689040ca1 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Tue, 11 Nov 2025 09:11:24 +0100 Subject: [PATCH] Fixed DHCP options conflicting --- machines/workstation/networking.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/workstation/networking.nix b/machines/workstation/networking.nix index fed4e17..da96d68 100644 --- a/machines/workstation/networking.nix +++ b/machines/workstation/networking.nix @@ -3,7 +3,6 @@ networking.networkmanager.enable = true; networking.firewall.allowedUDPPorts = [ 8000 23 ]; networking.firewall.allowedTCPPorts = [ 8000 23 ]; - networking.useDHCP = true; # networking.bridges = { # "br0" = { # interfaces = [ "eno1" ];