MyNixOS website logo
option

services.windmill.database.url

Database url. Note that any secret here would be world-readable. Use services.windmill.database.urlPath unstead to include secrets in the url.

Declarations
Type
string
Default
"postgres://\$\{config.services.windmill.database.name}?host=/var/run/postgresql";