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