From a73cf6c6849aee1b0e21763945b8cdedf4e305b5 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Wed, 8 Mar 2023 05:04:56 +0000 Subject: [PATCH] Make DHCP less weird on starlight --- system/starlight/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/starlight/default.nix b/system/starlight/default.nix index 42f1823..f926d58 100644 --- a/system/starlight/default.nix +++ b/system/starlight/default.nix @@ -28,6 +28,9 @@ SUBSYSTEM=="usb", ATTR{idVendor}=="057e", ATTR{idProduct}=="3000", TAG+="uaccess", TAG+="udev-acl" ''; + + networking.useDHCP = false; + networking.bridges.br0 = { rstp = true; interfaces = [ "lan10g0" "lan10g1" "lan1g0" ]; @@ -39,7 +42,6 @@ prefixLength = 128; }]; }; - networking.dhcpcd.allowInterfaces = [ "br0" ]; networking.vlans."br0.5" = { id = 5;