services.headscale.settings.database.type

NixOS option

Database engine to use. Please note that using Postgres is highly discouraged as it is only supported for legacy reasons. All new development, testing and optimisations are done with SQLite in mind.

type: one of "sqlite", "sqlite3", "postgres"
Default
"sqlite"
Example
"postgres"
declared in: nixos/modules/services/networking/headscale.nixView source on NixOS/nixpkgs →