Philip Potter 7ad6dac43b owncloud: don't store plaintext adminPassword in nix store
Rather than using openssl to hash the password at build time, and hence
leaving the plaintext password world-readable in the nix store, we can
instead hash the password in the nix expression itself using
builtins.hashString.
2015-03-16 22:42:22 +00:00
..
2015-01-26 02:09:04 +01:00
2015-01-07 14:55:41 -08:00
2014-12-03 13:22:13 +01:00
2015-03-12 23:02:15 +01:00