hosts/fs-01: fix local borg repo path

This commit is contained in:
2025-08-22 00:57:12 -07:00
parent b7b3ddb2cc
commit c9d475251c

View File

@@ -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}'';