MyNixOS website logo
option

services.homebox.settings

The homebox configuration as Environment variables. For definitions and available options see the upstream documentation.

Declarations
Type
attribute set of string
Default
''
  HBOX_STORAGE_DATA = "/var/lib/homebox/data";
  HBOX_STORAGE_SQLITE_URL = "/var/lib/homebox/data/homebox.db?_pragma=busy_timeout=999&_pragma=journal_mode=WAL&_fk=1";
  HBOX_OPTIONS_ALLOW_REGISTRATION = "false";
  HBOX_MODE = "production";
''