summary refs log tree commit diff
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
parented85eb5433199646fe196c77a9be23ef392bba4e (diff)
downloadnixlib-dc915565bafbce4ecd0f2ad3011257e676068a45.tar
nixlib-dc915565bafbce4ecd0f2ad3011257e676068a45.tar.gz
nixlib-dc915565bafbce4ecd0f2ad3011257e676068a45.tar.bz2
nixlib-dc915565bafbce4ecd0f2ad3011257e676068a45.tar.lz
nixlib-dc915565bafbce4ecd0f2ad3011257e676068a45.tar.xz
nixlib-dc915565bafbce4ecd0f2ad3011257e676068a45.tar.zst
nixlib-dc915565bafbce4ecd0f2ad3011257e676068a45.zip
gitlab module: workhorse may start before gitlab
-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 6031a2316094..fe2dd2798bff 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;