From a099f7008b75490ca8dcf569f404777b94a7b2e0 Mon Sep 17 00:00:00 2001 From: Mathijs Kwik Date: Tue, 2 Jul 2013 06:03:52 +0200 Subject: provide a warning on password options that do not follow the read-from-file convention. --- modules/services/databases/redis.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/services/databases/redis.nix') diff --git a/modules/services/databases/redis.nix b/modules/services/databases/redis.nix index 9472136e17e..5bc58c73bd6 100644 --- a/modules/services/databases/redis.nix +++ b/modules/services/databases/redis.nix @@ -122,12 +122,13 @@ in default = null; description = ''If the master is password protected (using the requirePass configuration) it is possible to tell the slave to authenticate before starting the replication synchronization - process, otherwise the master will refuse the slave request.''; + process, otherwise the master will refuse the slave request. + (STORED PLAIN TEXT, WORLD-READABLE IN NIX STORE)''; }; requirePass = mkOption { default = null; - description = "Password for database"; + description = "Password for database (STORED PLAIN TEXT, WORLD-READABLE IN NIX STORE)"; example = "letmein!"; }; -- cgit 1.4.1