[Nix-dev] bind root hints

Peter Simons simons at cryp.to
Sun Oct 6 20:51:10 CEST 2013


Hi Tim,

 > The nixos bind package* does not seem to include any root hints, or
 > any way to configure it to use them. Is it only intended to be used
 > in a forwarding setup?

my impression is that generating a fully fledged BIND config within
NixOS is overkill, i.e. there are so many possible options one might
want to set that it's easier to just write the appropriate config file
directly.

On my name servers, I set up BIND with a manually created config like
so:

  services.bind = {
    enable = true;
    configFile = "/etc/bind/named.conf";
  };

Take care,
Peter



More information about the nix-dev mailing list