services.zerobyte.environmentFile

NixOS option

Environment file loaded by systemd, which may be used to pass secrets such as APP_SECRET to Zerobyte without putting them into the Nix store.

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