services.peertube.serviceEnvironmentFile

NixOS option

Set environment variables for the service. Mainly useful for setting the initial root password. For example write to file: PT_INITIAL_ROOT_PASSWORD=changeme

type: null or absolute path
Default
null
Example
"/run/keys/peertube/password-init-root"
declared in: nixos/modules/services/web-apps/peertube.nixView source on NixOS/nixpkgs →