1
0
forked from dan/liminix

turns out we did need usepeerdns

This commit is contained in:
Daniel Barlow 2024-10-17 21:05:16 +01:00
parent b1625763ee
commit 7b98724643

View File

@ -58,6 +58,10 @@ let
"ipv6-up-script" ip6-up
"ipparam" name
"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"
"logfd" "2"
];