diff --git a/system/programs/unbound.nix b/system/programs/unbound.nix index 7874378..cb9b171 100644 --- a/system/programs/unbound.nix +++ b/system/programs/unbound.nix @@ -13,8 +13,8 @@ in enable = true; settings = { server = { - prefetch = true; - cache-max-negative-ttl = 5; + prefetch = lib.mkDefault true; + cache-max-negative-ttl = lib.mkDefault 5; }; }; };