about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/default.nix
diff options
context:
space:
mode:
authortalyz <kim.lindberger@gmail.com>2021-02-17 16:36:58 +0100
committertalyz <kim.lindberger@gmail.com>2021-02-24 18:31:30 +0100
commitf8ab43ef7b14ae9e4bb17e058849af0d9eaf759d (patch)
treeaa049e55bfcb25fa28d45fdbd3e75c3a829550bb /pkgs/applications/version-management/gitlab/default.nix
parent2ec397ff9fc2b384591d27878459f339c34e5485 (diff)
nixos/gitlab: Switch from unicorn to puma
Puma is the new upstream default server since GitLab 13.
Diffstat (limited to 'pkgs/applications/version-management/gitlab/default.nix')
-rw-r--r--pkgs/applications/version-management/gitlab/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/gitlab/default.nix b/pkgs/applications/version-management/gitlab/default.nix
index ee6c8201fa3ff..b9c352a4eac44 100644
--- a/pkgs/applications/version-management/gitlab/default.nix
+++ b/pkgs/applications/version-management/gitlab/default.nix
@@ -137,6 +137,7 @@ stdenv.mkDerivation {
     sed -i '/ask_to_continue/d' lib/tasks/gitlab/two_factor.rake
     sed -ri -e '/log_level/a config.logger = Logger.new(STDERR)' config/environments/production.rb
 
+    mv config/puma.rb.example config/puma.rb
     # Always require lib-files and application.rb through their store
     # path, not their relative state directory path. This gets rid of
     # warnings and means we don't have to link back to lib from the