about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2022-03-14 21:51:32 +0800
committerNick Cao <nickcao@nichi.co>2022-03-28 22:05:31 +0800
commite85e545dbda8bdf09b32e69545ace49b7bc63c23 (patch)
treee1c2e4c9c6f9ceac4c73b67d9570f8a1f420eb79 /nixos/tests
parent5aa404988981d9c4347e25da5e7aa6301e26810b (diff)
powerdns: 4.3.1 -> 4.6.1
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/powerdns.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/powerdns.nix b/nixos/tests/powerdns.nix
index d025934ad2b37..70060bad87b69 100644
--- a/nixos/tests/powerdns.nix
+++ b/nixos/tests/powerdns.nix
@@ -10,6 +10,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
     services.powerdns.extraConfig = ''
       launch=gmysql
       gmysql-user=pdns
+      zone-cache-refresh-interval=0
     '';
 
     services.mysql = {