MyNixOS website logo
option

services.maubot.settings.admins

List of administrator users. Plaintext passwords will be bcrypted on startup. Set empty password to prevent normal login. Root is a special user that can't have a password and will always exist.

Declarations
Type
attribute set of string
Default
{
  root = "";
}