From c01d4db06471bc360b00b334518ac069b3c27ec0 Mon Sep 17 00:00:00 2001 From: June Stepp Date: Fri, 17 Jan 2025 16:53:44 -0600 Subject: [PATCH] nixos/wireless: remove patch warning from allowAuxiliaryImperativeNetworks option The patch was removed in #330386. --- nixos/modules/services/networking/wpa_supplicant.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/services/networking/wpa_supplicant.nix b/nixos/modules/services/networking/wpa_supplicant.nix index 536aebe4931c4..69c3f25d1870c 100644 --- a/nixos/modules/services/networking/wpa_supplicant.nix +++ b/nixos/modules/services/networking/wpa_supplicant.nix @@ -220,8 +220,6 @@ in Whether to allow configuring networks "imperatively" (e.g. via `wpa_supplicant_gui`) and declaratively via [](#opt-networking.wireless.networks). - - Please note that this adds a custom patch to `wpa_supplicant`. ''; };