hosts/fs-01: fix local borg repo path
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
repositories = [
|
repositories = [
|
||||||
{
|
{
|
||||||
label = "local";
|
label = "local";
|
||||||
path = "ssh://borg@borg-01.tail755c5.ts.net:.";
|
path = "ssh://borg@borg-01.tail755c5.ts.net/./";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
encryption_passcommand = ''cat ${config.sops.secrets."borgmatic_pass/local".path}'';
|
encryption_passcommand = ''cat ${config.sops.secrets."borgmatic_pass/local".path}'';
|
||||||
|
|||||||
Reference in New Issue
Block a user