MyNixOS website logo
option

services.lasuite-drive.secretKeyPath

Path to the Django secret key.

The key can be generated using:

python3 -c 'import secrets; print(secrets.token_hex())'

:::{.note} If not specified, a secret key is automatically generated and stored in the state directory. :::

Declarations
Type
null or absolute path
Default
null