[Nix-dev] Re: [Nix-commits] SVN commit: nix - r25055 - in disnix/examples/php-mysql/trunk/deployment: DistributedDeployment configurations
Nicolas Pierron
nicolas.b.pierron at gmail.com
Fri Dec 10 16:30:14 CET 2010
Hi Sander,
On Fri, Dec 10, 2010 at 15:56, Sander van der Burg
<S.vanderBurg at tudelft.nl> wrote:
> Log:
> - Passwords are now stored in separate files
I am ok with that, but
> - mysqlPassword = "admin";
> + mysqlPassword = builtins.readFile ../configurations/mysqlpw;
doing so will still make the password appear in the nix store? ATM,
The only way I know is to make password substitution at the activation
time.
Sincerely,
--
Nicolas Pierron
http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/
More information about the nix-dev
mailing list