config nomad 'main'
    # If 1, /etc/init.d/nomad randomizes WiFi MACs + hostname on every boot.
    option enable_boot_randomization '1'

    # Mode used by `nomad swap finish` when no explicit --mode is passed.
    # 'deterministic' keeps the same IMEI for the same SIM across reboots.
    option default_swap_mode 'deterministic'

    # Seconds between consecutive swap stages – guards against rapid retriggers.
    option rate_limit_seconds '60'

    # Brightness to force on the LCD while overlay-UI is active (0..120).
    option overlay_brightness '90'
