Merge pull request #48272 from avnik/fix/rmilter

nixos/rmilter: don't enable by default, if rspamd enabled
This commit is contained in:
Jörg Thalheim 2018-10-12 22:34:08 +01:00 committed by GitHub
commit 156d2fbf5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.";
};