toString port
This commit is contained in:
parent
468ae14369
commit
213fca416a
|
@ -58,7 +58,7 @@ in {
|
||||||
symbol = "CLAM_VIRUS";
|
symbol = "CLAM_VIRUS";
|
||||||
type = "clamav";
|
type = "clamav";
|
||||||
log_clean = true;
|
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
|
scan_mime_parts = false; # scan mail as a whole unit, not parts. seems to be needed to work at all
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue