services.docuseal.secretKeyBaseFile

NixOS option

Path to file containing the secret key base. A new secret key base can be generated by running: openssl rand -hex 64 If this file does not exist, it will be created with a new secret key base.

type: absolute path
Default
"/var/lib/docuseal/secrets/secret-key-base"
declared in: nixos/modules/services/web-apps/docuseal.nixView source on NixOS/nixpkgs →