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