services.jupyter.user

NixOS option

Name of the user used to run the jupyter service. For security reason, jupyter should really not be run as root. If not set (jupyter), the service will create a jupyter user with appropriate settings.

type: string
Default
"jupyter"
Example
"aborsu"
declared in: nixos/modules/services/development/jupyter/default.nixView source on NixOS/nixpkgs →