[Nix-dev] Re: [Nix-commits] SVN commit: nix - r25055 - in disnix/examples/php-mysql/trunk/deployment: DistributedDeployment configurations
Eelco Dolstra
e.dolstra at tudelft.nl
Fri Dec 10 16:33:59 CET 2010
Hi,
On 12/10/2010 04:30 PM, Nicolas Pierron wrote:
> 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?
Yes, and that's a fairly annoying problem to which I don't have a very good
solution (except, indeed, substituting the password at runtime).
--
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/
More information about the nix-dev
mailing list