services.gitlab.secrets.activeRecordSaltFile

A file containing the salt for active record encryption in the DB.

Make sure the secret is at ideally 32 characters and all random, no regular words or you'll be exposed to dictionary attacks.

This should be a string, not a nix path, since nix paths are copied into the world-readable nix store.

Type
null or absolute path
Default
null
Declared
<nixpkgs/nixos/modules/services/misc/gitlab.nix>