summaryrefslogtreecommitdiff
path: root/Omni/Dev
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 /Omni/Dev
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 'Omni/Dev')
-rwxr-xr-xOmni/Dev/Beryllium.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Dev/Beryllium.nix b/Omni/Dev/Beryllium.nix
index 367ee1d..b571910 100755
--- a/Omni/Dev/Beryllium.nix
+++ b/Omni/Dev/Beryllium.nix
@@ -24,7 +24,7 @@ in
# Mini-PaaS deployer service manages Ava and other services
# via manifest.json in S3. Services are deployed dynamically
# without NixOS rebuild.
- services.biz-deployer = {
+ services.deployer = {
enable = true;
package = packages.deployer;
manifestPackage = packages.deploy-manifest;