services.bulwark.settings.sessionSecretFile

NixOS option

Path to a file containing the secret key for encrypting “Remember me” sessions and settings sync data. Required for both “Remember me” and settings sync features. Generate with: openssl rand -base64 32

type: null or string
Default
null
declared in: nixos/modules/services/web-apps/bulwark.nixView source on NixOS/nixpkgs →