forked from mirrors/nixpkgs
Try fixing #4084
This commit is contained in:
parent
8ea7e926cc
commit
7fedb1baa6
|
@ -19,7 +19,7 @@ let
|
|||
${if cfg.network.host != "any" then
|
||||
"bind_to_address ${cfg.network.host}" else ""}
|
||||
${if cfg.network.port != 6600 then
|
||||
"port ${cfg.network.port.toString()}" else ""}
|
||||
"port ${toString cfg.network.port}" else ""}
|
||||
${cfg.extraConfig}
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue