From 4fecaae82e6de19f9f1b5a5a5c9984e911d75bf1 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 22 Apr 2025 21:34:56 +0200 Subject: tests/{common,email-dns}: Move last part of acme and dns handling to common This makes re-using it even easier. --- tests/common/dns/client.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/common/dns/client.nix (limited to 'tests/common/dns/client.nix') diff --git a/tests/common/dns/client.nix b/tests/common/dns/client.nix new file mode 100644 index 0000000..52f3267 --- /dev/null +++ b/tests/common/dns/client.nix @@ -0,0 +1,10 @@ +{ + lib, + nodes, + ... +}: { + networking.nameservers = lib.mkForce [ + nodes.name_server.networking.primaryIPAddress + nodes.name_server.networking.primaryIPv6Address + ]; +} -- cgit 1.4.1