summaryrefslogtreecommitdiff
path: root/Biz/Dev.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-08-17 12:48:06 -0400
committerBen Sima <ben@bsima.me>2021-11-26 13:47:37 -0500
commit2462d2c1377b645a99cba38875628b18d7da5ac8 (patch)
tree240131316f40fcf8f5b692db32bbeff34a9ca495 /Biz/Dev.nix
parentbdac3b17d3366d538fd629aaaefdc06c6a2fe4e9 (diff)
Re-enable devalloc
Diffstat (limited to 'Biz/Dev.nix')
-rw-r--r--Biz/Dev.nix2
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";