mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
nameservers/overlay: Switch from unbound to nsd
This commit is contained in:
parent
c283f4a047
commit
84f6206a39
4 changed files with 99 additions and 26 deletions
|
|
@ -133,7 +133,7 @@
|
|||
client1.wait_for_unit("${client1NetCfg.overlay.systemdUnit}")
|
||||
client2.wait_for_unit("${client2NetCfg.overlay.systemdUnit}")
|
||||
|
||||
lighthouse.wait_for_unit("unbound.service")
|
||||
lighthouse.wait_for_unit("nsd.service")
|
||||
lighthouse.wait_for_open_port(53, "${lighthouseNetCfg.overlay.address}")
|
||||
|
||||
server.wait_for_unit("sshd.service")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue