services.workout-tracker.environmentFile

NixOS option

An environment file as defined in systemd.exec(5). Secrets like WT_JWT_ENCRYPTION_KEY may be passed to the service without adding them to the world-readable Nix store.

type: null or absolute path
Default
null
Example
"/run/keys/workout-tracker.env"
declared in: nixos/modules/services/misc/workout-tracker.nixView source on NixOS/nixpkgs →