{ config, pkgs, lib, ... }: { # Sample DNS configuration for the sample environment domain = "sample.lagraula.fr"; # Forwarders for this environment forwarders = [ "1.1.1.1" "8.8.8.8" ]; # Allow zone transfers (none in sample) allowZoneTransfer = [ ]; # Recursion policy recursion = "AllowOnlyForPrivateNetworks"; }