mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
10 lines
204 B
Nix
10 lines
204 B
Nix
{ ... }: {
|
|
|
|
# Enables wireless support via wpa_supplicant.
|
|
networking.wireless.enable = true;
|
|
|
|
# Allows the user to control the WiFi settings.
|
|
networking.wireless.userControlled.enable = true;
|
|
|
|
}
|