change restic social password name
This commit is contained in:
parent
e2a2fd286a
commit
9852c2ae9d
|
@ -17,8 +17,8 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
repository = "${repoRoot}/Social-02";
|
repository = "${repoRoot}/Social-02";
|
||||||
environmentFile = "${secrets.restic_backups_env.path}";
|
environmentFile = secrets.restic_backups_env.path;
|
||||||
passwordFile = "${secrets.restic_social_password.path}";
|
passwordFile = secrets.restic_password_social.path;
|
||||||
createWrapper = true;
|
createWrapper = true;
|
||||||
|
|
||||||
pruneOpts = ["--keep-last 10"];
|
pruneOpts = ["--keep-last 10"];
|
||||||
|
|
Loading…
Reference in a new issue