Forgot mkOption...
This commit is contained in:
parent
dd73b0d505
commit
811f1de248
@ -38,13 +38,11 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
redis = {
|
redis.password-file = mkOption {
|
||||||
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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user