nixos-module/container/dnscache: fix

This commit is contained in:
Astro 2022-12-23 16:36:28 +01:00
parent 31bcdb92d2
commit d17bd51998
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ lib.mkIf config.site.hosts.${hostName}.services.dnscache.enable {
"2a0f:5382:acab:1400::/56 allow" "2a0f:5382:acab:1400::/56 allow"
] ]
# yggdrasil # yggdrasil
"${config.site.net.c3d2.subnets6.subnets6.yggdrasil} allow" "${config.site.net.c3d2.subnets6.yggdrasil} allow"
[ # default [ # default
"0.0.0.0/0 deny" "0.0.0.0/0 deny"
"::/0 deny" "::/0 deny"