Properly add things to path for jupyter
This commit is contained in:
parent
206f047177
commit
24ab6117f5
|
@ -10,6 +10,8 @@ let
|
||||||
# }}}
|
# }}}
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
systemd.services.jupyterhub.path = [ pkgs.texliveSmall ]; # LaTeX stuff is useful for matplotlib
|
||||||
|
|
||||||
services.jupyterhub = {
|
services.jupyterhub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 8420;
|
port = 8420;
|
||||||
|
@ -53,8 +55,6 @@ in
|
||||||
# }}}
|
# }}}
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.texliveSmall ]; # LaTeX stuff is useful for matplotlib
|
|
||||||
|
|
||||||
# {{{ Javi user
|
# {{{ Javi user
|
||||||
sops.secrets.javi_password = {
|
sops.secrets.javi_password = {
|
||||||
sopsFile = ../secrets.yaml;
|
sopsFile = ../secrets.yaml;
|
||||||
|
|
Loading…
Reference in a new issue