Add api token param

This commit is contained in:
Inex Code
2021-11-16 13:28:16 +03:00
parent c2a4385b04
commit 3e710e61d2
4 changed files with 25 additions and 1 deletions

View File

@@ -37,6 +37,14 @@ in
'';
type = types.nullOr types.string;
};
api = {
token = mkOption {
description = ''
API token used to authenticate with the server
'';
type = types.nullOr types.string;
};
};
backblaze = {
bucket = mkOption {
description = "Bucket name used for userdata backups";