summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-01-15 06:40:38 +0000
committerGitHub <noreply@github.com>2021-01-15 06:40:38 +0000
commit83c50873f5810152bf1aad2b9a97a225926d04cf (patch)
tree60fe684b418785acfba20e8475c325cfb687c3b3 /nixos/modules
parent9f69dadafd02400c157f7faf5f594a023b0009ac (diff)
parent5fae0b941aed842791ea74092c71a88c940bb42c (diff)
Merge master into staging-next
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/databases/redis.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/redis.nix b/nixos/modules/services/databases/redis.nix
index 1b90e59b1663..117e63662258 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