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