dotfiles/modules/hardware/wifi.nix
2022-05-29 13:44:45 -04:00

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;
}