Skip to content

Commit

Permalink
gitlab: mutual binding between gitlab-config and gitlab-db-config
Browse files Browse the repository at this point in the history
just an attempt fo fix test failure, this should not really be necessary
  • Loading branch information
osnyx committed Feb 5, 2024
1 parent adbc656 commit fc6fec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/misc/gitlab.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,7 @@ in {
systemd.services.gitlab-config = {
wantedBy = [ "gitlab.target" ];
partOf = [ "gitlab.target" ];
bindsTo = [ "gitlab-db-config.service" ];
path = with pkgs; [
jq
openssl
Expand Down

0 comments on commit fc6fec2

Please sign in to comment.