{ bild }: # Dev machine for work and building stuff. bild.os { imports = [ ./OsBase.nix ./Packages.nix ./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; }; }