services.outline.secretKeyFile

NixOS option

File path that contains the application secret key. It must be 32 bytes long and hex-encoded. If the file does not exist, a new key will be generated and saved here.

type: string
Default
"/var/lib/outline/secret_key"
declared in: nixos/modules/services/web-apps/outline.nixView source on NixOS/nixpkgs →