services.windmill.database.url
NixOS option
Database url. Note that any secret here would be world-readable. Use services.windmill.database.urlPath unstead to include secrets in the url.
type: stringDefault
declared in: nixos/modules/services/web-apps/windmill.nixView source on NixOS/nixpkgs →"postgres://\$\{config.services.windmill.database.name}?host=/var/run/postgresql";