nixos/doc/gitlab: fix build

This commit is contained in:
Franz Pletz 2016-08-26 15:47:23 +02:00
parent 9f01bb755f
commit eba0098eab
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -80,7 +80,7 @@ services.gitlab = {
</para> </para>
<para>If you're setting up a new Gitlab instance, generate new secrets. You <para>If you're setting up a new Gitlab instance, generate new secrets. You
for instance use <literal>tr -dc A-Za-z0-9 < /dev/urandom | head -c 128</literal> for instance use <literal>tr -dc A-Za-z0-9 &lt; /dev/urandom | head -c 128</literal>
to generate a new secret. Gitlab encrypts sensitive data stored in the database. 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 If you're restoring an existing Gitlab instance, you must specify the secrets
secret from <literal>config/secrets.yml</literal> located in your Gitlab state secret from <literal>config/secrets.yml</literal> located in your Gitlab state