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

2011-11-03 Thread Eelco Dolstra
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 +

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

2011-11-03 Thread Lluís Batlle i Rossell
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 = +