From 213fca416a55462716d2ae2223362e839f7f4736 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 24 Sep 2023 10:18:05 -0700 Subject: [PATCH] toString port --- rspamd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rspamd.nix b/rspamd.nix index c14fb90..44e641e 100644 --- a/rspamd.nix +++ b/rspamd.nix @@ -58,7 +58,7 @@ in { symbol = "CLAM_VIRUS"; type = "clamav"; log_clean = true; - servers = "${cfg.antivirus.host}:${cfg.antivirus.port}"; + servers = "${cfg.antivirus.host}:${toString cfg.antivirus.port}"; scan_mime_parts = false; # scan mail as a whole unit, not parts. seems to be needed to work at all } '';