Can I not nest options?
This commit is contained in:
parent
c87fb3f639
commit
dd73b0d505
|
@ -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.";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue