turns out we did need usepeerdns
This commit is contained in:
parent
b1625763ee
commit
7b98724643
@ -58,6 +58,10 @@ let
|
|||||||
"ipv6-up-script" ip6-up
|
"ipv6-up-script" ip6-up
|
||||||
"ipparam" name
|
"ipparam" name
|
||||||
"nodetach"
|
"nodetach"
|
||||||
|
# usepeerdns requests DNS servers from peer (which is good),
|
||||||
|
# then attempts to write them to /nix/store/xxxx/ppp/resolv.conf
|
||||||
|
# which causes an unsightly but inconsequential error message
|
||||||
|
"usepeerdns"
|
||||||
"nodefaultroute"
|
"nodefaultroute"
|
||||||
"logfd" "2"
|
"logfd" "2"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user