We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ea10e commit 6fc9b86Copy full SHA for 6fc9b86
1 file changed
modules/nixos/network/wireless.nix
@@ -4,7 +4,7 @@
4
5
networking.wireless = {
6
# wpa_supplicant
7
- userControlled.enable = true;
+ userControlled = true;
8
allowAuxiliaryImperativeNetworks = true;
9
extraConfig = ''
10
update_config=1
0 commit comments