mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
nixos/gitlab: fix ardeterministic secret
Spelling error cropped up in the 24.11 backport only
This commit is contained in:
@@ -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}')"
|
||||
|
||||
Reference in New Issue
Block a user