diff options
Diffstat (limited to 'Biz')
-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"; |