mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixos/gitlab: fix ardeterministic secret
Spelling error cropped up in the 24.11 backport only
This commit is contained in:
parent
667858166b
commit
e9f2b975df
1 changed files with 1 additions and 1 deletions
|
@ -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}')"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue