Properly add things to path for jupyter
This commit is contained in:
parent
206f047177
commit
24ab6117f5
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue