services.lasuite-drive.secretKeyPath

NixOS option

Path to the Django secret key. The key can be generated using: python3 -c 'import secrets; print(secrets.token_hex())' If not specified, a secret key is automatically generated and stored in the state directory.

type: null or absolute path
Default
null
declared in: nixos/modules/services/web-apps/lasuite-drive.nixView source on NixOS/nixpkgs →