services.mattermost.configDir
NixOS option
Mattermost config directory.
type: absolute pathDefault
declared in: nixos/modules/services/web-apps/mattermost.nixView source on NixOS/nixpkgs →''
if versionAtLeast config.system.stateVersion "25.05" then
"/etc/mattermost"
else
"''${config.services.mattermost.dataDir}/config";
''