From dd73b0d5055a82a449e52a64382a2e16eb333452 Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 27 Sep 2023 12:05:07 -0700 Subject: [PATCH] Can I not nest options? --- rspamd.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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."; + }; }; };