summaryrefslogtreecommitdiff
path: root/Omni/Dev
diff options
context:
space:
mode:
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;