2022-05-06 03:01:56 +00:00
|
|
|
{ ... }: {
|
|
|
|
|
2022-05-29 17:44:45 +00:00
|
|
|
# Enables wireless support via wpa_supplicant.
|
|
|
|
networking.wireless.enable = true;
|
|
|
|
|
|
|
|
# Allows the user to control the WiFi settings.
|
2022-05-06 03:01:56 +00:00
|
|
|
networking.wireless.userControlled.enable = true;
|
|
|
|
|
|
|
|
}
|