Intel Wireless setup on fresh nixos install - Help - NixOS Discourse
I cannot get wifi to work on a fresh nixos install. Hardware: Dell Latitude E7250. Ethernet connection works out-of-the-box. Desktop Env: Budgie configuration.nix (extract) users.users.xa = { isNormalUser = true; description = "xa"; shell = pkgs.fish; extraGroups = [ "networkmanager" "wheel" ]; packages = with pkgs; [ ]; }; nixpkgs.config.allowUnfree = true; networking.networkmanager.enable = true; networking.wireless.enable = false; # The wiki seems to say that...