mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
supplicant: Fix tiny typo in the documentation
This commit is contained in:
parent
6e98661a89
commit
c97b1a44d1
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ in
|
||||||
|
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
{ "wlan0 wlan1" = {
|
{ "wlan0 wlan1" = {
|
||||||
configFile = "/etc/wpa_supplicant";
|
configFile.path = "/etc/wpa_supplicant.conf";
|
||||||
userControlled.group = "network";
|
userControlled.group = "network";
|
||||||
extraConf = '''
|
extraConf = '''
|
||||||
ap_scan=1
|
ap_scan=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue