1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 02:27:44 +00:00

fix: fix dns servers option

This commit is contained in:
RGBCube 2025-02-23 15:18:14 +03:00
parent 232e79f0ad
commit 1da3418afa
3 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
in {
# Yeah, no DNSSEC or DoT or anything.
# That's what you get for using Darwin I guess.
networking.dns = config.networking.dns.servers
networking.dns = config.dns.servers
|> map (splitString "#")
|> map head;