services.pumpkin.settings.networking.proxy.velocity.secretFile

NixOS option

Path to a file containing the Velocity forwarding secret. Loaded securely at service start via systemd’s LoadCredential and substituted into the generated pumpkin.toml in place of a placeholder string, using replace-secret; never placed in the Nix store.

type: null or absolute path
Default
null
Example
"/run/secrets/pumpkin-velocity-secret"
declared in: nixos/modules/services/games/pumpkin.nixView source on NixOS/nixpkgs →