services.biboumi.settings.db_name

NixOS option

The name of the database to use. Set it to null and use credentialsFile if you do not want this connection string to go into the Nix store.

type: null or absolute path or string
Default
"/var/lib/biboumi/biboumi.sqlite"
Example
"postgresql://user:secret@localhost"
declared in: nixos/modules/services/networking/biboumi.nixView source on NixOS/nixpkgs →