services.zerobyte.appSecretFile

NixOS option

Path to a file containing the application secret (32–256 characters), used to encrypt sensitive data in the database. Generate one with openssl rand -hex 32. This should not be a path in the Nix store. The file is passed to the service via systemd credentials.

type: null or absolute path
Default
null
Example
"/run/secrets/zerobyte-app-secret"
declared in: nixos/modules/services/web-apps/zerobyte.nixView source on NixOS/nixpkgs →