about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/bind.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/bind.nix')
-rw-r--r--nixpkgs/nixos/tests/bind.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/nixos/tests/bind.nix b/nixpkgs/nixos/tests/bind.nix
index 09917b15a8e0..7234f56a1c3a 100644
--- a/nixpkgs/nixos/tests/bind.nix
+++ b/nixpkgs/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 )