host sid is now nameserver
Some checks failed
Flake check / flake-check (pull_request) Failing after 10s
Build hosts / build-hosts (pull_request) Failing after 17s

This commit is contained in:
sid 2026-04-19 00:54:46 +02:00
parent d806a3cd5e
commit 91db9e4626
3 changed files with 9 additions and 3 deletions

View file

@ -10,9 +10,7 @@
enable = true;
config = with constants; ''
.:53 {
bind 127.0.0.1 ${hosts.sid.ip}
forward . 1.1.1.1 8.8.8.8
cache 30
bind 127.0.0.1
hosts {
${hosts.sid.ip} ${ca-fqdn}
@ -24,6 +22,8 @@
${hosts.vde.ip} vde.tail
fallthrough
}
forward . 1.1.1.1 8.8.8.8
cache 30
log
errors
}