mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-23 09:15:38 +00:00
8 lines
155 B
Nix
8 lines
155 B
Nix
|
{ ... }: {
|
||
|
|
||
|
networking.wireless.enable =
|
||
|
true; # Enables wireless support via wpa_supplicant.
|
||
|
networking.wireless.userControlled.enable = true;
|
||
|
|
||
|
}
|