nixos/gitlab: fix ardeterministic secret

Spelling error cropped up in the 24.11 backport only
This commit is contained in:
Sarah Brofeldt 2025-06-03 14:52:22 +02:00
parent 667858166b
commit e9f2b975df

View file

@ -1540,7 +1540,7 @@ in
''}
${lib.optionalString (cfg.secrets.activeRecordDeterministicKeyFile != null) ''
ardeterministic="$(<'${cfg.secrets.activeRecordDeterministicKeyFile}')"
export ardeterminstic
export ardeterministic
''}
${lib.optionalString (cfg.secrets.activeRecordSaltFile != null) ''
arsalt="$(<'${cfg.secrets.activeRecordSaltFile}')"