From 66f94c827c4c92e4fcd58f28f59fb7f4ffce2044 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 19 Jan 2026 11:18:43 +0100 Subject: [PATCH] minor fix --- hosts/nixos/nfss/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/nfss/system.nix b/hosts/nixos/nfss/system.nix index b203436..41f3662 100644 --- a/hosts/nixos/nfss/system.nix +++ b/hosts/nixos/nfss/system.nix @@ -150,7 +150,7 @@ # Borg backup configuration services.borg-client-custom = { enable = true; - repositoryUrl = "ssh://borg-server/./nfss"; + repositoryUrl = "ssh://borg-box/./nfss"; backupPaths = [ "/var/lib/mongodb" ];