Skip to content

Commit 6fc9b86

Browse files
committed
refactored: deprecated networking userControlled
1 parent d0ea10e commit 6fc9b86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/nixos/network/wireless.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
networking.wireless = {
66
# wpa_supplicant
7-
userControlled.enable = true;
7+
userControlled = true;
88
allowAuxiliaryImperativeNetworks = true;
99
extraConfig = ''
1010
update_config=1

0 commit comments

Comments
 (0)