Hey everyone,
I am using NixOS Unstable on my laptop and want to disable NetworkManager-wait-online.service in my configuration.nix, but I did not find any option under networking.networkmanager . I am able to do it using:
sudo systemctl disable NetworkManager-wait-online.service
but is there a way to add something to my configuration.nix file to disable this service and make it reproducible?
Thanks in advance for any guidance!