services.netbird.relay.environmentFile

NixOS option

Path (as string) to an environmentFile with the netbird relay environment variables. You can find all the variables under Relay runtime env variables. WARNING: You must manually open any port configured via environmentFile. If you use an Internet domain privileged port (e.g 443), add CAP_NET_BIND_SERVICE to systemd’s CapabilityBoundingSet and AmbientCapabilities

type: null or absolute path not in the Nix store
Default
null
Example
"/run/netbird-relay.env"
declared in: nixos/modules/services/networking/netbird/netbird-relay.nixView source on NixOS/nixpkgs →