MyNixOS website logo
option

services.mattermost.database.peerAuth

If set, will use peer auth instead of connecting to a Postgres server. Use services.mattermost.database.socketPath to configure the socket path.

Declarations
Type
boolean
Default
''
  versionAtLeast config.system.stateVersion "25.05" && config.services.mattermost.database.host == "localhost"
''