mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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
|
# ConnectionTimeout = 180
|
||||||
|
|
||||||
#RemoteServiceName = gds_db
|
#RemoteServiceName = gds_db
|
||||||
RemoteServicePort = ${cfg.port}
|
RemoteServicePort = ${toString cfg.port}
|
||||||
|
|
||||||
# randomly choose port for server Event Notification
|
# randomly choose port for server Event Notification
|
||||||
#RemoteAuxPort = 0
|
#RemoteAuxPort = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue