services.mattermost.matterircd.parameters

NixOS option

Set commandline parameters to pass to matterircd. See https://github.com/42wim/matterircd#usage for more information.

type: list of string
Default
[ ]
Example
[
  "-mmserver chat.example.com"
  "-bind [::]:6667"
]
declared in: nixos/modules/services/web-apps/mattermost.nixView source on NixOS/nixpkgs →