toString port

This commit is contained in:
niten 2023-09-24 10:18:05 -07:00
parent 468ae14369
commit 213fca416a
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
'';