It successfully connects, but DNS resolution is not working. I’m not able to reach any of our internal services without the hacky workaround of adding
networking.extraHosts = ''<IP> <domain>'';
to my configuration.nix. I think there is yet another person with a similar problem.
I’m kinda new to Linux and NixOS. I expected this to work “out of the box”, but it seems something is missing. Do you have any hints as to what I can try to make DNS resolution for internal services succeed?