From 6c8e858977dd560fce59af60158b0bf0ce6a03e2 Mon Sep 17 00:00:00 2001 From: Joschua Kesper Date: Tue, 25 Nov 2025 12:07:46 +0100 Subject: [PATCH] wpa_supplicant: allow multiple specifications of extraConfig --- nixos/modules/services/networking/wpa_supplicant.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/wpa_supplicant.nix b/nixos/modules/services/networking/wpa_supplicant.nix index 536aebe4931c..4eb16cc7b2b3 100644 --- a/nixos/modules/services/networking/wpa_supplicant.nix +++ b/nixos/modules/services/networking/wpa_supplicant.nix @@ -507,7 +507,7 @@ in }; extraConfig = mkOption { - type = types.str; + type = types.lines; default = ""; example = '' p2p_disabled=1