summaryrefslogtreecommitdiff
path: root/Omni/Deploy/Deployer.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Omni/Deploy/Deployer.nix')
-rw-r--r--Omni/Deploy/Deployer.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/Omni/Deploy/Deployer.nix b/Omni/Deploy/Deployer.nix
index 54a8f6c..ed4241e 100644
--- a/Omni/Deploy/Deployer.nix
+++ b/Omni/Deploy/Deployer.nix
@@ -12,7 +12,7 @@ in {
package = lib.mkOption {
type = lib.types.package;
- description = "The biz-deployer package to use";
+ description = "The deployer package to use";
};
manifestPackage = lib.mkOption {
@@ -28,7 +28,7 @@ in {
stateDir = lib.mkOption {
type = lib.types.path;
- default = "/var/lib/biz-deployer";
+ default = "/var/lib/deployer";
description = "Directory for deployer state and generated unit files";
};
@@ -69,7 +69,7 @@ in {
serviceConfig = {
Type = "oneshot";
- ExecStart = "${cfg.package}/bin/biz-deployer once";
+ ExecStart = "${cfg.package}/bin/deployer once";
Environment = [
"HOME=/root"
"AWS_SHARED_CREDENTIALS_FILE=/root/.aws/credentials"