services.oauth2-proxy.cookie.domain

Optional cookie domains to force cookies to (ie: .yourcompany.com). The longest domain matching the request's host will be used (or the shortest cookie domain if there is no match).

Type
null or string
Default
null
Example
".yourcompany.com"
Declared
<nixpkgs/nixos/modules/services/security/oauth2-proxy.nix>