Can I not nest options?
This commit is contained in:
+3
-1
@@ -38,11 +38,13 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
redis.password-file = {
|
redis = {
|
||||||
|
password-file = {
|
||||||
type = str;
|
type = str;
|
||||||
description = "Password with which to connect to Redis.";
|
description = "Password with which to connect to Redis.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
services.prometheus.exporters.rspamd = {
|
services.prometheus.exporters.rspamd = {
|
||||||
|
|||||||
Reference in New Issue
Block a user