forked from mirrors_public/oddlama_nix-config
fix: dont use types.cidr* on host cidr because it zeroes the last part
This commit is contained in:
parent
7b9f5254c8
commit
461f651e26
2 changed files with 5 additions and 5 deletions
|
@ -110,7 +110,7 @@
|
|||
# Provide a DNS resolver
|
||||
ipv6SendRAConfig = {
|
||||
EmitDNS = true;
|
||||
DNS = globals.net.home-lan.hosts.ward-adguardhome.ipv4;
|
||||
DNS = globals.net.home-lan.hosts.ward-adguardhome.ipv6;
|
||||
};
|
||||
linkConfig.RequiredForOnline = "routable";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue