aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules
diff options
context:
space:
mode:
authortalyz <kim.lindberger@gmail.com>2019-09-16 16:22:18 +0200
committertalyz <kim.lindberger@gmail.com>2019-09-17 09:27:16 +0200
commitaceac9d531b72a49546f743ef96ee515770295c9 (patch)
tree970254a4a9423dbf16fff30cb19d753afebc1227 /nixos/modules
parent37dac3d2409b980c4ea21b8f83476d69b4324674 (diff)
nixos/gitlab: Add gnutar and gzip to gitlab-sidekiq's path
Tar and gzip are needed when importing GitLab project exports.
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/misc/gitlab.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/gitlab.nix b/nixos/modules/services/misc/gitlab.nix
index 66da6864fca..1e1eb0fd9a1 100644
--- a/nixos/modules/services/misc/gitlab.nix
+++ b/nixos/modules/services/misc/gitlab.nix
@@ -673,6 +673,10 @@ in {
openssh
nodejs
gnupg
+
+ # Needed for GitLab project imports
+ gnutar
+ gzip
];
serviceConfig = {
Type = "simple";