diff options
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -862,8 +862,8 @@ in rec { | |||
862 | }; | 862 | }; |
863 | }; | 863 | }; |
864 | 864 | ||
865 | commandPath = ["${pkgs.rmail}/bin" "${pkgs.push2bin}/bin"]; | 865 | commandPath = ["${pkgs.rmail}/bin" "${pkgs.push2bin}/bin" "${pkgs.rspamd}/bin"]; |
866 | defaultCommands = ["rmail" "push2bin"]; | 866 | defaultCommands = ["rmail" "push2bin" "rspamc"]; |
867 | }; | 867 | }; |
868 | 868 | ||
869 | services.atd = { | 869 | services.atd = { |