Merge pull request #267327 from bbenno/fix/nixos-firebird
nixos/firebird: fix coerce error
This commit is contained in:
commit
c3f2d4a319
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ in
|
|||
# ConnectionTimeout = 180
|
||||
|
||||
#RemoteServiceName = gds_db
|
||||
RemoteServicePort = ${cfg.port}
|
||||
RemoteServicePort = ${toString cfg.port}
|
||||
|
||||
# randomly choose port for server Event Notification
|
||||
#RemoteAuxPort = 0
|
||||
|
|
Loading…
Reference in a new issue