services.lasuite-meet.settings.DJANGO_ALLOWED_HOSTS

NixOS option

Comma-separated list of hosts that are able to connect to the server

type: string
Default
if cfg.enableNginx then "localhost,127.0.0.1,${cfg.domain}" else ""
declared in: nixos/modules/services/web-apps/lasuite-meet.nixView source on NixOS/nixpkgs →