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: booleanDefault
declared in: nixos/modules/services/web-apps/mattermost.nixView source on NixOS/nixpkgs →'' versionAtLeast config.system.stateVersion "25.05" && config.services.mattermost.database.host == "localhost" ''