services.canaille.secretKeyFile
NixOS option
File containing the Flask secret key. Its content is going to be provided to Canaille as SECRET_KEY. Make sure it has appropriate permissions. For example, copy the output of this to the specified file: python3 -c 'import secrets; print(secrets.token_hex())'
type: absolute pathdeclared in: nixos/modules/services/security/canaille.nixView source on NixOS/nixpkgs →