services.tinyauth.environmentFile
NixOS option
Path to an environment file loaded for Tinyauth. This can be used to securely store tokens and secrets outside of the world-readable Nix store. Example contents of the file: TINYAUTH_AUTH_USERS=user-hash TINYAUTH_OAUTH_PROVIDERS_GOOGLE_CLIENTSECRET=client-secret
type: absolute pathDefault
"/dev/null"
Example
declared in: nixos/modules/services/security/tinyauth.nixView source on NixOS/nixpkgs →"/var/lib/secrets/tinyauth"