MyNixOS website logo
option

services.lasuite-drive.settings.DJANGO_ALLOWED_HOSTS

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

Declarations
Type
list of string
Default
if cfg.enableNginx then [ "localhost" "127.0.0.1" cfg.domain ] else [ ]