mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
wpa_supplicant: enable external password file support
This allows passwords to be specified in a separate file from the main config.
This commit is contained in:
parent
d64abb978c
commit
8cbb72ff79
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
|
|||
CONFIG_EAP_PWD=y
|
||||
CONFIG_EAP_SAKE=y
|
||||
CONFIG_ELOOP=eloop
|
||||
CONFIG_EXT_PASSWORD_FILE=y
|
||||
CONFIG_HS20=y
|
||||
CONFIG_HT_OVERRIDES=y
|
||||
CONFIG_IEEE80211AC=y
|
||||
|
|
Loading…
Reference in a new issue