mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 06:22:56 +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;
|
||
|
|
||
|
}
|