diff options
Diffstat (limited to 'Biz/Dev.nix')
-rw-r--r-- | Biz/Dev.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Biz/Dev.nix b/Biz/Dev.nix index a08a8f7..cdb3036 100644 --- a/Biz/Dev.nix +++ b/Biz/Dev.nix @@ -9,8 +9,14 @@ bild.os { ./Users.nix ./Dev/Configuration.nix ./Dev/Hardware.nix + ../Devalloc/Host.nix ]; networking.hostName = "lithium"; networking.domain = "dev.simatime.com"; + services.devalloc-host = { + enable = true; + port = 8095; + package = bild.ghc ../Devalloc/Host.hs; + }; } |