From 871b5cf992c6d2b00f2336c898e92943187bbc35 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 25 Dec 2025 18:05:16 -0500 Subject: Omni/Deploy: rename biz-deployer to deployer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename the service from biz-deployer to deployer for simplicity. Updates Deployer.nix, Beryllium.nix, and Biz.nix. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- Biz.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz.nix') diff --git a/Biz.nix b/Biz.nix index ab79c1b..66ed4fb 100755 --- a/Biz.nix +++ b/Biz.nix @@ -31,7 +31,7 @@ bild.os { # Mini-PaaS deployer service manages all application services # via manifest.json in S3. Services like podcastitlater-web, # podcastitlater-worker are deployed dynamically without NixOS rebuild. - services.biz-deployer = { + services.deployer = { enable = true; package = packages.biz-deployer; manifestPackage = packages.deploy-manifest; -- cgit v1.2.3