From 3e0dcc0474b0b8e20c29b9ad2d1f2820e41e6ecf Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sat, 23 Aug 2025 06:04:45 -0700 Subject: [PATCH] hosts/borg-01: change directory of fs-01 backup --- hosts/borg-01/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/borg-01/default.nix b/hosts/borg-01/default.nix index 51050f1..9a521d0 100644 --- a/hosts/borg-01/default.nix +++ b/hosts/borg-01/default.nix @@ -40,7 +40,7 @@ authorizedKeys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPHMJMvsMZ6sckMi3PFM4ARrV21emTU1VSIyjFEYk8SX borg@fs-01" ]; - path = "/mnt/data/backups/databases/syncthing"; + path = "/mnt/data/backups/syncthing"; }; "lax-01" = { authorizedKeys = [