From 20e952f69399c962fac4e6392a50666bd3d91215 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 1 Apr 2025 14:16:01 +0200 Subject: tests/dns: Avoid tracing the name-server interfaces --- tests/by-name/dn/dns/test.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/by-name') diff --git a/tests/by-name/dn/dns/test.nix b/tests/by-name/dn/dns/test.nix index 07a6e8c..01d8833 100644 --- a/tests/by-name/dn/dns/test.nix +++ b/tests/by-name/dn/dns/test.nix @@ -55,7 +55,7 @@ in vhack = { dns = { enable = true; - interfaces = lib.debug.traceValSeqN 2 [ + interfaces = [ (lib.head config.networking.interfaces.eth1.ipv4.addresses).address (lib.head config.networking.interfaces.eth1.ipv6.addresses).address ]; -- cgit 1.4.1