diff --git a/hosts/uranus/jupyter-container.nix b/hosts/uranus/jupyter-container.nix index 4cb55c2..081289e 100644 --- a/hosts/uranus/jupyter-container.nix +++ b/hosts/uranus/jupyter-container.nix @@ -42,7 +42,7 @@ pkgs.dockerTools.buildImage { c = get_config() c.PAMAuthenticator.admin_groups = {'${jupyterAdminGroup}'} - + c.Authenticator.allowed_users = {'marenz', 'oxa', 'tassilo'} c.Spawner.notebook_dir='/workdir' c.Spawner.default_url='/lab' '';