Wpa supplicant: Difference between revisions
imported>Truthadjustr No edit summary |
imported>Sheepfleece m Move .conf to configuration.nix |
||
| Line 5: | Line 5: | ||
== Wpa_supplicant_gui == | == Wpa_supplicant_gui == | ||
To be able to use <code>wpa_gui</code> as user put the following in your <code> | To be able to use <code>wpa_gui</code> as user put the following in your <code>configuration.nix</code> file: | ||
<syntaxHighlight lang=ini> | <syntaxHighlight lang=ini> | ||
ctrl_interface=/run/wpa_supplicant | networking.wireless.extraConfig = '' | ||
ctrl_interface_group=wheel | ctrl_interface=/run/wpa_supplicant | ||
ctrl_interface_group=wheel | |||
''; | |||
</syntaxHighlight> | </syntaxHighlight> | ||