nixos/rmilter: don't enable by default, if rspamd enabled
This commit is contained in:
parent
041119528c
commit
b61dd2bcb7
@ -52,7 +52,7 @@ in
|
|||||||
|
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = cfg.rspamd.enable;
|
default = false;
|
||||||
description = "Whether to run the rmilter daemon.";
|
description = "Whether to run the rmilter daemon.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user