From eba0098eabd89e2cab67a51fd054240b151d9aab Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Fri, 26 Aug 2016 15:47:23 +0200 Subject: [PATCH] nixos/doc/gitlab: fix build --- nixos/modules/services/misc/gitlab.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/gitlab.xml b/nixos/modules/services/misc/gitlab.xml index 43836ef5fce..f9636f8e127 100644 --- a/nixos/modules/services/misc/gitlab.xml +++ b/nixos/modules/services/misc/gitlab.xml @@ -80,7 +80,7 @@ services.gitlab = { If you're setting up a new Gitlab instance, generate new secrets. You -for instance use tr -dc A-Za-z0-9 < /dev/urandom | head -c 128 +for instance use tr -dc A-Za-z0-9 < /dev/urandom | head -c 128 to generate a new secret. Gitlab encrypts sensitive data stored in the database. If you're restoring an existing Gitlab instance, you must specify the secrets secret from config/secrets.yml located in your Gitlab state