Skip to content

Commit

Permalink
fixing allowed_users
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Jun 9, 2024
1 parent 3acd70b commit a2c0a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/uranus/jupyter-container.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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'
'';
Expand Down

0 comments on commit a2c0a9e

Please sign in to comment.