fix laptop backups password
This commit is contained in:
parent
937a5df23f
commit
1a71ed1775
|
@ -30,9 +30,10 @@
|
||||||
|
|
||||||
restic_backups_password = {
|
restic_backups_password = {
|
||||||
fetchScript = ''
|
fetchScript = ''
|
||||||
simple_get "/private-public-keys/restic/Lappy-T495" .password >> "$secretFile"
|
simple_get "/private-public-keys/restic/Lappy-T495" .password > "$secretFile"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
restic_backups_repository_file = {
|
restic_backups_repository_file = {
|
||||||
fetchScript = ''
|
fetchScript = ''
|
||||||
api_username=restic
|
api_username=restic
|
||||||
|
|
Loading…
Reference in a new issue