fix laptop backups password
This commit is contained in:
parent
937a5df23f
commit
1a71ed1775
|
@ -30,9 +30,10 @@
|
|||
|
||||
restic_backups_password = {
|
||||
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 = {
|
||||
fetchScript = ''
|
||||
api_username=restic
|
||||
|
|
Loading…
Reference in a new issue