mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-03-20 05:27:58 +05:00
Revert "rspamd: make sure redis is started over TCP socket"
This reverts commit 4f0f0128d8d4115571b3ff0ce2378ddf7de7278e. Redis does seem to run fine with both unixSocket and TCP enabled. This broke people's setups.
This commit is contained in:
parent
822c5f22bd
commit
7c7ed5ce06
@ -99,12 +99,6 @@ in
|
||||
};
|
||||
|
||||
services.redis.enable = true;
|
||||
assertions = [
|
||||
{
|
||||
assertion = isNull config.services.redis.unixSocket;
|
||||
message = "nixos-mailserver doesn't support redis over UNIX socket";
|
||||
}
|
||||
];
|
||||
|
||||
systemd.services.rspamd = {
|
||||
requires = [ "redis.service" ] ++ (lib.optional cfg.virusScanning "clamav-daemon.service");
|
||||
|
Loading…
x
Reference in New Issue
Block a user