services.rathole.credentialsFile

NixOS option

Path to a TOML file to be merged with the settings. Useful to set secret config parameters like tokens, which should not appear in the Nix Store.

type: absolute path
Default
"/dev/null"
Example
"/var/lib/secrets/rathole/config.toml"
declared in: nixos/modules/services/networking/rathole.nixView source on NixOS/nixpkgs →