services.lasuite-meet.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 set, the secret key will be automatically generated.

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