MyNixOS website logo
option

services.mattermost.database.socketPath

The database (Postgres or MySQL) socket path.

Declarations
Type
path
Default
''
  if config.services.mattermost.database.driver == "postgres" then "/run/postgresql" else "/run/mysqld/mysqld.sock";
''