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:
William Carroll 2020-02-23 20:00:04 +00:00
parent b5d4f547d2
commit a1a4689ad3
3 changed files with 7 additions and 4 deletions

View file

@ -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";