hosts/fs-01: remove trailing slash from local repo path

This commit is contained in:
2025-08-22 18:16:47 -07:00
parent b2a72d01d7
commit a8522417ca

View File

@@ -33,7 +33,7 @@
repositories = [
{
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}'';