diff options
author | Ben Sima <ben@bsima.me> | 2021-07-12 09:51:28 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:36 -0500 |
commit | ce1f39471d090d724d33732a6ea995213666dbf9 (patch) | |
tree | d7ccc5f74a7c8899410efad890a1c04884ad23fa /Biz/Dev.nix | |
parent | 1934482e8a5beb628b1e6e9db11f9fd274f174a5 (diff) |
Enable jupyter, consolidate ports, open bitcoind
Diffstat (limited to 'Biz/Dev.nix')
-rw-r--r-- | Biz/Dev.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Dev.nix b/Biz/Dev.nix index 837ffaf..a0d742d 100644 --- a/Biz/Dev.nix +++ b/Biz/Dev.nix @@ -16,7 +16,7 @@ bild.os { networking.hostName = "lithium"; networking.domain = "dev.simatime.com"; services.devalloc = { - enable = true; + enable = false; port = 8095; package = bild.ghc ./Devalloc.hs; keep = "/var/devalloc/keep"; |