diff --git a/group_vars/jupyterhub.yml b/group_vars/jupyterhub.yml
index 0cdc9471153c6c7759c3dbdddb76c4a520f13e80..3eb0e7d93aa68f563e481b863c087054419e3b63 100644
--- a/group_vars/jupyterhub.yml
+++ b/group_vars/jupyterhub.yml
@@ -22,8 +22,16 @@ jupyterhub_nfs_directories:
   - opts: defaults,ro,vers=4
     path: /shares/enexar-tn-02
     src: nas-tn-03-storfe.tn.esss.lu.se:/nas-tn-03/enexar-tn-02
+  - opts: defaults,vers=4
+    path: /shares/SDS
+    src: nfs-tn-01.tn.esss.lu.se:/SDS
+  - opts: defaults,vers=4
+    path: /shares/BI
+    src: nfs-tn-01.tn.esss.lu.se:/BI    
 jupyterhub_notebook_volumes:
   /shares/controlroom: /shares/controlroom
   /shares/enexar-tn-02: /shares/enexar-tn-02
   /shares/scratch: /shares/scratch
   /shares/users/{username}: /home/{username}
+  /shares/SDS: /shares/SDS
+  /shares/BI: /shares/BI