1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

fix: dont use types.cidr* on host cidr because it zeroes the last part

This commit is contained in:
oddlama 2024-06-10 17:20:41 +02:00
parent 7b9f5254c8
commit 461f651e26
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 5 additions and 5 deletions

View file

@ -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";
};