nixos/rmilter: don't enable by default, if rspamd enabled

This commit is contained in:
Alexander V. Nikolaev
2018-10-12 17:39:06 +03:00
parent 041119528c
commit b61dd2bcb7
+1 -1
View File
@@ -52,7 +52,7 @@ in
enable = mkOption {
type = types.bool;
default = cfg.rspamd.enable;
default = false;
description = "Whether to run the rmilter daemon.";
};