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 set
Default
{ }
Example
{
  reverseProxy = true;
  defaults = {
    name = "Your Network";
    host = "localhost";
    port = 6697;
  };
}
declared in: nixos/modules/services/networking/thelounge.nixView source on NixOS/nixpkgs →