about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-03-14 13:29:13 +0100
committerRobin Gloster <mail@glob.in>2016-03-14 13:29:13 +0100
commit3f9b00c2d8929037fe8cdefa22869bc3736da5bf (patch)
treef72c1bb24c7c4aaf8175e87e29a7f7d406fd181f /nixos
parent363f024864e9f604a3a256cebac97db6e809bcde (diff)
parenta2424fffd33db475f97febca62e3832b75ef76cb (diff)
downloadnixlib-3f9b00c2d8929037fe8cdefa22869bc3736da5bf.tar
nixlib-3f9b00c2d8929037fe8cdefa22869bc3736da5bf.tar.gz
nixlib-3f9b00c2d8929037fe8cdefa22869bc3736da5bf.tar.bz2
nixlib-3f9b00c2d8929037fe8cdefa22869bc3736da5bf.tar.lz
nixlib-3f9b00c2d8929037fe8cdefa22869bc3736da5bf.tar.xz
nixlib-3f9b00c2d8929037fe8cdefa22869bc3736da5bf.tar.zst
nixlib-3f9b00c2d8929037fe8cdefa22869bc3736da5bf.zip
Merge pull request #13906 from Zer0-/gitlab_version_bump
Gitlab version bump
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/misc/gitlab.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/gitlab.nix b/nixos/modules/services/misc/gitlab.nix
index cc50bfbea531..85b3ab6f9249 100644
--- a/nixos/modules/services/misc/gitlab.nix
+++ b/nixos/modules/services/misc/gitlab.nix
@@ -328,7 +328,7 @@ in {
         Group = cfg.group;
         TimeoutSec = "300";
         WorkingDirectory = "${cfg.packages.gitlab}/share/gitlab";
-        ExecStart="${bundler}/bin/bundle exec \"sidekiq -q post_receive -q mailer -q system_hook -q project_web_hook -q gitlab_shell -q common -q default -e production -P ${cfg.statePath}/tmp/sidekiq.pid\"";
+        ExecStart="${bundler}/bin/bundle exec \"sidekiq -q post_receive -q mailers -q system_hook -q project_web_hook -q gitlab_shell -q common -q default -e production -P ${cfg.statePath}/tmp/sidekiq.pid\"";
       };
     };