change restic social password name

This commit is contained in:
chaos 2024-07-20 12:30:18 +01:00
parent e2a2fd286a
commit 9852c2ae9d
No known key found for this signature in database

View file

@ -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"];