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