Consume updated kv module
Exposing store_path to the tokens module to support the newly updated kv module, which requires an explicit storePath parameter.
This commit is contained in:
parent
b5d4f547d2
commit
a1a4689ad3
3 changed files with 7 additions and 4 deletions
|
|
@ -81,6 +81,7 @@ in {
|
|||
script = "/home/wpcarro/.nix-profile/bin/token-server";
|
||||
|
||||
environment = {
|
||||
store_path = "/var/cache/monzo_ynab";
|
||||
monzo_client_id = readSecret "monzo-client-id";
|
||||
monzo_client_secret = readSecret "monzo-client-secret";
|
||||
ynab_personal_access_token = readSecret "ynab-personal-access-token";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue