How to set a custom DNS server within Nixos

dnsnixnixos

I've not found much information in the manual.

I've tried to manually modify the file /etc/resolv.conf however this seems to be overwritten by something?

How can I achieve this?

Best Answer

networking.nameservers = [ "1.1.1.1" "9.9.9.9" ]

Related Question