From 7c0d4bdd8438326780de1125e0da03b3c78481a4 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Sun, 22 Sep 2024 14:44:00 +0300 Subject: [PATCH] fix(systems/hosts/dns): getDNSEntries --- systems/hosts/dns/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/hosts/dns/default.nix b/systems/hosts/dns/default.nix index df9a408..c13b358 100644 --- a/systems/hosts/dns/default.nix +++ b/systems/hosts/dns/default.nix @@ -49,7 +49,7 @@ in { "registry${uwUrl}" = proxyIP; "registryui${uwUrl}" = proxyIP; } - // artautil.hostnameDNSEntries; + // artautil.getDNSEntries "lxc"; }; blocking = { blackLists = { -- 2.44.1