services.mattermost.configDir

NixOS option

Mattermost config directory.

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