From 2642499df1795c8024992b3cfd8891c8fc576ed8 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 6 Dec 2020 15:12:48 -0500 Subject: De-nest Devalloc and a few other cleanups --- Biz/Dev.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Biz/Dev.nix') diff --git a/Biz/Dev.nix b/Biz/Dev.nix index d9f2cb6..14c0375 100644 --- a/Biz/Dev.nix +++ b/Biz/Dev.nix @@ -9,14 +9,14 @@ bild.os { ./Users.nix ./Dev/Configuration.nix ./Dev/Hardware.nix - ./Devalloc/Host.nix + ./Devalloc.nix ]; networking.hostName = "lithium"; networking.domain = "dev.simatime.com"; - services.devalloc-host = { + services.devalloc = { enable = true; port = 8095; - package = bild.ghc ./Devalloc/Host.hs; + package = bild.ghc ./Devalloc.hs; }; } -- cgit v1.2.3