services.bitlbee.authMode

NixOS option

The following authentication modes are available: Open – Accept connections from anyone, use NickServ for user authentication. Closed – Require authorization (using the PASS command during login) before allowing the user to connect at all. Registered – Only allow registered users to use this server; this disables the register- and the account command until the user identifies himself.

type: one of "Open", "Closed", "Registered"
Default
"Open"
declared in: nixos/modules/services/networking/bitlbee.nixView source on NixOS/nixpkgs →