services.thelounge.extraConfig
NixOS option
The Lounge’s config.js contents as attribute set (will be converted to JSON to generate the configuration file). The options defined here will be merged to the default configuration file. Note: In case of duplicate configuration, options from extraConfig have priority. Documentation: https://thelounge.chat/docs/server/configuration
type: attribute setDefault
{ }Example
declared in: nixos/modules/services/networking/thelounge.nixView source on NixOS/nixpkgs →{
reverseProxy = true;
defaults = {
name = "Your Network";
host = "localhost";
port = 6697;
};
}