diff options
author | Ben Sima <ben@bsima.me> | 2019-05-13 13:11:45 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-13 13:11:45 -0700 |
commit | 2a902a3350024b8d97cca546d5db79d8c00f7c0a (patch) | |
tree | 32142318dd7fcf6d8d38ffc6dfe1a73fc14d754d | |
parent | e3454cf6a01d339dc08d50ec13b9a96ece737b23 (diff) |
turn off jupyter for now
I would much rather use jupyterhub, and in any case this installation needs to
be completely reconfigured.
-rw-r--r-- | machines/lithium.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/lithium.nix b/machines/lithium.nix index e55993b..bce497a 100644 --- a/machines/lithium.nix +++ b/machines/lithium.nix @@ -162,7 +162,7 @@ in }; jupyter = { - enable = true; + enable = false; port = 3099; ip = "*"; password = "'sha1:4b14a407cabe:fbab8e5400f3f4f3ffbdb00e996190d6a84bf51e'"; |