summaryrefslogtreecommitdiff
path: root/Biz.nix
diff options
context:
space:
mode:
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;