Merge pull request #27507 from LnL7/fix-gitlab-archive-url

gitlab: fix archive urls for gitlab service

authored by Franz Pletz and committed by GitHub 13b0b7d1 3cc46829

+2
+2
nixos/modules/services/misc/gitlab.nix
··· 439 439 environment.GITLAB_SHELL_CONFIG_PATH = gitlabEnv.GITLAB_SHELL_CONFIG_PATH; 440 440 path = with pkgs; [ 441 441 gitAndTools.git 442 + gnutar 443 + gzip 442 444 openssh 443 445 gitlab-workhorse 444 446 ];