about summary refs log tree commit diff
path: root/nixos/modules/services/misc
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-07-30 21:49:18 +0200
committerRobin Gloster <mail@glob.in>2018-09-25 03:53:32 +0200
commitdc915565bafbce4ecd0f2ad3011257e676068a45 (patch)
treed8bf2ca8d6eeabbe986dcb8a44a23a1ae8e504ef /nixos/modules/services/misc
parented85eb5433199646fe196c77a9be23ef392bba4e (diff)
gitlab module: workhorse may start before gitlab
Diffstat (limited to 'nixos/modules/services/misc')
-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 6031a23160940..fe2dd2798bff7 100644
--- a/nixos/modules/services/misc/gitlab.nix
+++ b/nixos/modules/services/misc/gitlab.nix
@@ -502,7 +502,7 @@ in {
     };
 
     systemd.services.gitlab-workhorse = {
-      after = [ "network.target" "gitlab.service" ];
+      after = [ "network.target" ];
       wantedBy = [ "multi-user.target" ];
       environment.HOME = gitlabEnv.HOME;
       environment.GITLAB_SHELL_CONFIG_PATH = gitlabEnv.GITLAB_SHELL_CONFIG_PATH;