summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/ymir.nix b/ymir.nix
index 3d8d2584..a1d6c67b 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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 = {