services.lasuite-meet.settings.DJANGO_ALLOWED_HOSTS
NixOS option
Comma-separated list of hosts that are able to connect to the server
type: stringDefault
declared in: nixos/modules/services/web-apps/lasuite-meet.nixView source on NixOS/nixpkgs →if cfg.enableNginx then "localhost,127.0.0.1,${cfg.domain}" else ""