feat: update ot synchronous gpio and rotate keys
This commit is contained in:
parent
16ad3c6181
commit
7d538f1942
10 changed files with 61 additions and 48 deletions
|
|
@ -99,7 +99,9 @@ in
|
|||
let
|
||||
idx = toString (i - 1);
|
||||
in
|
||||
''export NOISEBELL_CACHE_WEBHOOK_${idx}_URL="${wh.url}"''
|
||||
''
|
||||
export NOISEBELL_CACHE_WEBHOOK_${idx}_URL="${wh.url}"
|
||||
''
|
||||
+ lib.optionalString (wh.secretFile != null) ''
|
||||
export NOISEBELL_CACHE_WEBHOOK_${idx}_SECRET="$(cat ${wh.secretFile})"
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue