From 4171cd53d699c7adc7548d0062d7766d93dc3d63 Mon Sep 17 00:00:00 2001 From: Milan Date: Fri, 15 Jan 2021 03:21:27 +0100 Subject: redis: make masterAuth option optional (#109417) --- nixos/modules/services/databases/redis.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/databases/redis.nix') diff --git a/nixos/modules/services/databases/redis.nix b/nixos/modules/services/databases/redis.nix index 1b90e59b166..117e6366225 100644 --- a/nixos/modules/services/databases/redis.nix +++ b/nixos/modules/services/databases/redis.nix @@ -144,7 +144,7 @@ in }; masterAuth = mkOption { - type = types.str; + type = with types; nullOr str; 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 -- cgit 1.4.1