services.mattermost.database.peerAuth

NixOS option

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

type: boolean
Default
''
  versionAtLeast config.system.stateVersion "25.05" && config.services.mattermost.database.host == "localhost"
''
declared in: nixos/modules/services/web-apps/mattermost.nixView source on NixOS/nixpkgs →