services.canaille.settings.CANAILLE_SQL.DATABASE_URI

NixOS option

The SQL server URI. Will configure a local PostgreSQL db if left to default. Please note that the NixOS module only really supports PostgreSQL for now. Change at your own risk!

type: string
Default
"postgresql://localhost/canaille?host=/run/postgresql"
declared in: nixos/modules/services/security/canaille.nixView source on NixOS/nixpkgs →