[Nix-dev] [Nix-commits] SVN commit: nix - r30213 - nixos/trunk/modules/services/networking

Lluís Batlle i Rossell viriketo at gmail.com
Thu Nov 3 20:53:11 CET 2011


On Thu, Nov 03, 2011 at 03:18:48PM -0400, Eelco Dolstra wrote:
> Hi,
> 
> On 11/03/2011 03:13 PM, Lluís Batlle wrote:
> 
> > Log:
> > Allowing 'named' to have a config file apart, as it can have passwords.
> ...
> > +      configFile = mkOption {
> > +        default = confFile;
> > +        description = "
> > +          Overridable config file to use for named. By default, that
> > +          generated by nixos.
> > +        ";
> > +      };
> 
> For consistency and convenience, I think it's better to have a "extraConfig" or
> "config" option that specifies the actual contents of the configuration file
> (rather than the path to the configuration file).  That way, you can just say
> 

Well, named.conf can contain passwords, that communicate master-slave DNS
servers. That's why I added this. To have a root-only named.conf


More information about the nix-dev mailing list