Can I not nest options?

This commit is contained in:
niten 2023-09-27 12:05:07 -07:00
parent c87fb3f639
commit dd73b0d505
1 changed files with 5 additions and 3 deletions

View File

@ -38,11 +38,13 @@ in {
};
};
redis.password-file = {
redis = {
password-file = {
type = str;
description = "Password with which to connect to Redis.";
};
};
};
config = mkIf cfg.enable {
services.prometheus.exporters.rspamd = {