services.pangolin.environmentFile

NixOS option

Path to a file containing sensitive environment variables for Pangolin. See the Pangolin Documentation for more information. These will overwrite anything defined in the config. The file should contain environment-variable assignments like: SERVER_SECRET=1234567890abc

type: null or absolute path
Default
null
Example
"/etc/nixos/secrets/pangolin.env"
declared in: nixos/modules/services/networking/pangolin.nixView source on NixOS/nixpkgs →