diff options
-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'"; |