services.maubot.settings.admins
NixOS option
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.
type: attribute set of stringDefault
declared in: nixos/modules/services/matrix/maubot.nixView source on NixOS/nixpkgs →{
root = "";
}