Provide backup env vars to api

This commit is contained in:
Inex Code
2021-11-16 19:05:05 +03:00
parent a2704e2717
commit 775d64dcb0
2 changed files with 24 additions and 0 deletions

View File

@@ -4,6 +4,9 @@
enable = true;
token = config.services.userdata.api.token;
enableSwagger = config.services.userdata.api.enableSwagger;
b2AccountId = config.services.userdata.backblaze.accountId;
b2AccountKey = config.services.userdata.backblaze.accountKey;
resticPassword = config.services.userdata.resticPassword;
};
users.users."selfprivacy-api" = {