services.fider.database.url

NixOS option

URI to use for the main PostgreSQL database. If this needs to include credentials that shouldn’t be world-readable in the Nix store, set an environment file on the systemd service and override the DATABASE_URL entry. Pass the string local to setup a database on the local server.

type: string
Default
"local"
declared in: nixos/modules/services/web-apps/fider.nixView source on NixOS/nixpkgs →