summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index fb2e7d74..eb6e47f4 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -1134,6 +1134,11 @@ in rec {
1134 }; 1134 };
1135 }; 1135 };
1136 1136
1137 systemd.services.rspamd = {
1138 requires = [ "redis.service" ];
1139 bindsTo = [ "redis.service" ];
1140 };
1141
1137 services.redis = { 1142 services.redis = {
1138 enable = true; 1143 enable = true;
1139 vmOverCommit = true; 1144 vmOverCommit = true;