mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-03-21 04:49:30 +00:00
Fix rclone config
This commit is contained in:
parent
df2453a6fa
commit
4c59657fc9
1 changed files with 4 additions and 4 deletions
|
@ -17,8 +17,8 @@ in
|
|||
rcloneConfig = builtins.replaceStrings [ "\n" "\"" "\\" ] [ "\\n" "\\\"" "\\\\" ] ''
|
||||
[backblaze]
|
||||
type = b2
|
||||
account = cfg.backblaze.accountId;
|
||||
key = cfg.backblaze.accountKey;
|
||||
account = ${cfg.backblaze.accountId}
|
||||
key = ${cfg.backblaze.accountKey}
|
||||
'';
|
||||
in
|
||||
[
|
||||
|
|
Loading…
Add table
Reference in a new issue