services.jupyterhub.extraConfig
NixOS option
Extra contents appended to the jupyterhub configuration Jupyterhub configuration is a normal python file using Traitlets. https://jupyterhub.readthedocs.io/en/stable/getting-started/config-basics.html. The base configuration of this module was designed to have sane defaults for configuration but you can override anything since this is a python file.
type: strings concatenated with "\n"Default
""
Example
declared in: nixos/modules/services/development/jupyterhub/default.nixView source on NixOS/nixpkgs →'' c.SystemdSpawner.mem_limit = '8G' c.SystemdSpawner.cpu_limit = 2.0 ''