mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49:07 +01:00
nameservers/overlay: Rename from dns
This commit is contained in:
parent
91cab5d9c2
commit
c283f4a047
5 changed files with 6 additions and 6 deletions
|
|
@ -63,7 +63,7 @@ in
|
|||
default =
|
||||
allHosts
|
||||
|> lib.attrValues
|
||||
|> lib.filter (host: host.config.custom.services.dns.enable)
|
||||
|> lib.filter (host: host.config.custom.services.nameservers.overlay.enable)
|
||||
|> lib.map (host: host.config.custom.networking.overlay.address);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue