From 036da45836190db5091778776d2f3cd943b5845e Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Thu, 4 Dec 2025 00:32:01 +0100 Subject: [PATCH] update vps borg config --- hosts/nixos/vps/system.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/nixos/vps/system.nix b/hosts/nixos/vps/system.nix index 7b77986..8fb837f 100644 --- a/hosts/nixos/vps/system.nix +++ b/hosts/nixos/vps/system.nix @@ -75,11 +75,9 @@ services.borg-client-custom = { enable = true; # Use SSH alias from SSH config for remote backup to thinkpad borg server - repositoryUrl = "ssh://borg-box/./vps"; + repositoryUrl = "ssh://hs@borg-thinkpad/./vps"; backupPaths = [ "/home" - "/var/lib/containers/config" - "/etc" ]; # Examples: # backupFrequency = "daily"; # Midnight (default)