Hello nixos community,
I just get a new laptop and wanted to apply my nixos config to it. But as soon as I reboot, my wifi network interface was gone.
what I did:
I installed nixos with the default config first - everything worked as expected, I could connect to internet via nmcli.
I downloaded my config from github and create a new entry for my new laptop
I did nixos-rebuild switch, log in, everything works fine (got my env working) except that nmcli does not show wlp18s0 interface anymore
Since the interface is visible from the default generated configuration, it seems that I do not need to add any additional firmware or driver to get the wlp18s0 interface working.
Maybe I have something have overrides necessary settings but I cannot figure out what.
If you have any idea or even potential causes for this issue It would be amazing !
Here is my config. the laptop config is here.
the laptop wifi card is the Realtek RTL8922ae, I can provide more informations if you need.
Thanks !