nameservers: Restructure modules

This commit is contained in:
SebastianStork 2026-03-02 01:49:08 +01:00
parent 1f2c921b81
commit 2b26c715f2
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
6 changed files with 10 additions and 10 deletions

View file

@ -63,7 +63,7 @@ in
default =
allHosts
|> lib.attrValues
|> lib.filter (host: host.config.custom.services.nameservers.overlay.enable)
|> lib.filter (host: host.config.custom.services.private-nameserver.enable)
|> lib.map (host: host.config.custom.networking.overlay.address);
};