diff --git a/rspamd.nix b/rspamd.nix index bcecffc..e875bd6 100644 --- a/rspamd.nix +++ b/rspamd.nix @@ -38,9 +38,11 @@ in { }; }; - redis.password-file = { - type = str; - description = "Password with which to connect to Redis."; + redis = { + password-file = { + type = str; + description = "Password with which to connect to Redis."; + }; }; };