1
Fork 0

Properly add things to path for jupyter

This commit is contained in:
prescientmoon 2024-05-22 14:44:37 +02:00
parent 206f047177
commit 24ab6117f5
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -10,6 +10,8 @@ let
# }}}
in
{
systemd.services.jupyterhub.path = [ pkgs.texliveSmall ]; # LaTeX stuff is useful for matplotlib
services.jupyterhub = {
enable = true;
port = 8420;
@ -53,8 +55,6 @@ in
# }}}
};
environment.systemPackages = [ pkgs.texliveSmall ]; # LaTeX stuff is useful for matplotlib
# {{{ Javi user
sops.secrets.javi_password = {
sopsFile = ../secrets.yaml;