From 7c0e748b778565826e4060cccdda79215a5e27ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sat, 27 Jan 2024 23:50:54 +0100 Subject: [PATCH] dns: fix more eval --- nix/nixos-module/container/dns.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nix/nixos-module/container/dns.nix b/nix/nixos-module/container/dns.nix index bc3ccbc..c5a648c 100644 --- a/nix/nixos-module/container/dns.nix +++ b/nix/nixos-module/container/dns.nix @@ -79,8 +79,8 @@ in # ns.c3d2.de "217.197.84.53" "2001:67c:1400:2240::a" config.site.net.serv.hosts4.knot - config.site.net.serv.hosts6.dn42.bind - config.site.net.serv.hosts6.up4.bind + config.site.net.serv.hosts6.dn42.knot + config.site.net.serv.hosts6.up4.knot # ns.spaceboyz.net "172.22.24.4" "2a01:4f9:4b:39ec::4" ]; @@ -94,8 +94,8 @@ in 217.197.84.53; 2001:67c:1400:2240::a; ${config.site.net.serv.hosts4.knot}; - ${config.site.net.serv.hosts6.dn42.bind}; - ${config.site.net.serv.hosts6.up4.bind}; + ${config.site.net.serv.hosts6.dn42.knot}; + ${config.site.net.serv.hosts6.up4.knot}; # ns.spaceboyz.net 172.22.24.4; 95.217.229.209;