diff --git a/hosts/nixos/lapetus/services/jupyter.nix b/hosts/nixos/lapetus/services/jupyter.nix index 166e77d..2b56118 100644 --- a/hosts/nixos/lapetus/services/jupyter.nix +++ b/hosts/nixos/lapetus/services/jupyter.nix @@ -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;