summaryrefslogtreecommitdiff
path: root/Biz.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-12-25 18:05:16 -0500
committerBen Sima <ben@bensima.com>2025-12-25 18:05:16 -0500
commit871b5cf992c6d2b00f2336c898e92943187bbc35 (patch)
tree7ccf638b98c46f3b04d571af23ffe91bc71edfec /Biz.nix
parent8f561610a7fe52ef2b42cf61b7048cb743f8ea0f (diff)
Omni/Deploy: rename biz-deployer to deployer
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 <noreply@anthropic.com>
Diffstat (limited to 'Biz.nix')
-rwxr-xr-xBiz.nix2
1 files changed, 1 insertions, 1 deletions
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;