From 9852c2ae9d7e4c69515915719559ccce2c697e75 Mon Sep 17 00:00:00 2001 From: chaos Date: Sat, 20 Jul 2024 12:30:18 +0100 Subject: [PATCH] change restic social password name --- hosts/hetzner-arm/profiles/restic.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hetzner-arm/profiles/restic.nix b/hosts/hetzner-arm/profiles/restic.nix index f45fc0a..85ba2f2 100644 --- a/hosts/hetzner-arm/profiles/restic.nix +++ b/hosts/hetzner-arm/profiles/restic.nix @@ -17,8 +17,8 @@ in { ]; repository = "${repoRoot}/Social-02"; - environmentFile = "${secrets.restic_backups_env.path}"; - passwordFile = "${secrets.restic_social_password.path}"; + environmentFile = secrets.restic_backups_env.path; + passwordFile = secrets.restic_password_social.path; createWrapper = true; pruneOpts = ["--keep-last 10"];