Skip to content

Commit

Permalink
gitlab: remove service dependency override which is now upstream
Browse files Browse the repository at this point in the history
PL-131682
  • Loading branch information
dpausp committed Aug 9, 2023
1 parent b0b7079 commit 8f1ba66
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nixos/roles/gitlab.nix
Original file line number Diff line number Diff line change
Expand Up @@ -213,16 +213,8 @@ in

};


# Needed for Git via SSH.
users.users.gitlab.extraGroups = [ "login" ];

# ensure that gitlab is restarted again, when stopped due to a dependency
# (e.g. postgresql) being stopped and started again
systemd.services.gitlab = {
wantedBy = lib.mkForce [];
requiredBy = [ "gitlab.target" ];
};
})

(lib.mkIf (cfg.enable && cfg.extraSecrets != []) {
Expand Down

0 comments on commit 8f1ba66

Please sign in to comment.