Botamusique
services.botamusique.enable
Whether to enable botamusique, a bot to play audio streams on mumble.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/botamusique.nix
services.botamusique.package
The botamusique package to use.
Type: package
Default
pkgs.botamusique
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/botamusique.nix
services.botamusique.settings
Your {file}configuration.ini
as a Nix attribute set. Look up
possible options in the configuration.example.ini.
Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/botamusique.nix
services.botamusique.settings.bot.comment
Comment displayed for the bot.
Type: string
Default
"Hi, I'm here to play radio, local music or youtube/soundcloud music. Have fun!"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/botamusique.nix
services.botamusique.settings.bot.username
Name the bot should appear with.
Type: string
Default
"botamusique"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/botamusique.nix
services.botamusique.settings.server.host
Hostname of the mumble server to connect to.
Type: string
Default
"localhost"
Example
"mumble.example.com"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/botamusique.nix
services.botamusique.settings.server.port
Port of the mumble server to connect to.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
64738
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/botamusique.nix