services.wealthfolio.cookieSecure

NixOS option

Controls the Secure attribute on the authentication session cookie. auto: Sets Secure based on HTTPS protocol. true: Always sets Secure (Use behind a reverse proxy that terminates HTTPS). false: Never sets Secure (Not recommended).

type: one of "auto", "true", "false"
Default
"auto"
declared in: nixos/modules/services/web-apps/wealthfolio.nixView source on NixOS/nixpkgs →