From 3048b6283479ffe18760858c6984267d8d476312 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 26 Sep 2025 20:22:22 -0400 Subject: [PATCH] ControlPortOverNL80211 no longer needs to be disabled for the QCNCM865 in my laptop. --- nix/configuration/roles/network/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/configuration/roles/network/default.nix b/nix/configuration/roles/network/default.nix index 3d90f79..0e6bf60 100644 --- a/nix/configuration/roles/network/default.nix +++ b/nix/configuration/roles/network/default.nix @@ -55,7 +55,6 @@ General = { EnableNetworkConfiguration = true; AddressRandomization = "network"; - ControlPortOverNL80211 = false; }; }; };