From 1a71ed17758b5ed98c8b7ece73167f78ec97fb09 Mon Sep 17 00:00:00 2001 From: chaos Date: Sun, 10 Mar 2024 19:48:29 +0000 Subject: [PATCH] fix laptop backups password --- hosts/lappy-t495/secrets.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/lappy-t495/secrets.nix b/hosts/lappy-t495/secrets.nix index 7652148..f5a5605 100644 --- a/hosts/lappy-t495/secrets.nix +++ b/hosts/lappy-t495/secrets.nix @@ -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