summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-13 13:11:45 -0700
committerBen Sima <ben@bsima.me>2019-05-13 13:11:45 -0700
commit2a902a3350024b8d97cca546d5db79d8c00f7c0a (patch)
tree32142318dd7fcf6d8d38ffc6dfe1a73fc14d754d /machines
parente3454cf6a01d339dc08d50ec13b9a96ece737b23 (diff)
turn off jupyter for now
I would much rather use jupyterhub, and in any case this installation needs to be completely reconfigured.
Diffstat (limited to 'machines')
-rw-r--r--machines/lithium.nix2
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'";