nixos/home/routing-common: Dynamically return WAN IP DNS
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m8s

This commit is contained in:
2023-11-25 15:07:58 +00:00
parent d347234e82
commit c8b65092be
4 changed files with 75 additions and 10 deletions

View File

@@ -26,6 +26,7 @@ in
};
hi = {
inherit domain;
name = "${name}-hi";
ipv4 = {
address = net.cidr.host (index + 1) prefixes.hi.v4;
mask = 22;