services.oauth2-proxy.cookie.domain

NixOS option

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 in: nixos/modules/services/security/oauth2-proxy.nixView source on NixOS/nixpkgs →