Hello!
First time using NixOS. I have had troubles getting my wifi usb adapter working before on arch-based distro EndeavourOS, but I finally got it working with:
yay -S rtl88xxau-aircrack-dkms-git
I tried this
sudo nix-env -i rtl88xxau-aircrack
seems it didn’ t do much.
I also changed stuff in configuration.nix
1 tried just uncomment this line:
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
then 2
networking.networkmanager.enable = true;
networking.wireless.iwd.enable = true;
networking.networkmanager.wifi.backend = "iwd";
# networking.hostName = "nixos"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
I have 2) now. Still nothing.
No idea what I should be doing. Some guidance would be really welcomed.