diff options
author | Ben Sima <ben@bsima.me> | 2021-08-17 12:48:06 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:37 -0500 |
commit | 2462d2c1377b645a99cba38875628b18d7da5ac8 (patch) | |
tree | 240131316f40fcf8f5b692db32bbeff34a9ca495 /Biz/Dev.nix | |
parent | bdac3b17d3366d538fd629aaaefdc06c6a2fe4e9 (diff) |
Re-enable devalloc
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 a0d742d..837ffaf 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 = false; + enable = true; port = 8095; package = bild.ghc ./Devalloc.hs; keep = "/var/devalloc/keep"; |