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:
parent
232e79f0ad
commit
1da3418afa
3 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue