Skip to content

Commit

Permalink
nixos/rmilter: don't enable by default, if rspamd enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
avnik committed Oct 12, 2018
1 parent 0411195 commit b61dd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/mail/rmilter.nix
Expand Up @@ -52,7 +52,7 @@ in

enable = mkOption {
type = types.bool;
default = cfg.rspamd.enable;
default = false;
description = "Whether to run the rmilter daemon.";
};

Expand Down

0 comments on commit b61dd2b

Please sign in to comment.