From a9d88757ebbee47b82e5e8bdc8bb22a8273a4b00 Mon Sep 17 00:00:00 2001 From: Thomas Bereknyei Date: Mon, 22 Feb 2021 00:54:50 -0500 Subject: bind: add required config to test --- nixos/tests/bind.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/bind.nix b/nixos/tests/bind.nix index 09917b15a8e..7234f56a1c3 100644 --- a/nixos/tests/bind.nix +++ b/nixos/tests/bind.nix @@ -6,6 +6,7 @@ import ./make-test-python.nix { services.bind.extraOptions = "empty-zones-enable no;"; services.bind.zones = lib.singleton { name = "."; + master = true; file = pkgs.writeText "root.zone" '' $TTL 3600 . IN SOA ns.example.org. admin.example.org. ( 1 3h 1h 1w 1d ) -- cgit 1.4.1