services.jupyter.extraEnvironmentVariables
NixOS option
Extra environment variables to be set in the runtime context of jupyter notebook
type: attribute set of (null or (list of (signed integer or string or absolute path)) or signed integer or string or absolute path)Default
{ }Example
declared in: nixos/modules/services/development/jupyter/default.nixView source on NixOS/nixpkgs →{
PLAYWRIGHT_BROWSERS_PATH = "${pkgs.playwright-driver.browsers}";
PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS = "true";
}