1
Fork 0

Make Javi normal (non admin) jupyter user

This commit is contained in:
prescientmoon 2024-05-21 02:54:57 +02:00
parent ac7107dccb
commit 63695aba67
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -19,7 +19,7 @@ in
# {{{ Spwaner & auth config
extraConfig = ''
c.Authenticator.allowed_users = {'adrielus', 'javi'}
c.Authenticator.admin_users = {'adrielus', 'javi'}
c.Authenticator.admin_users = {'adrielus'}
c.Spawner.notebook_dir='${config.users.users.pilot.home}/projects/notebooks'
c.SystemdSpawner.mem_limit = '2G'