From 4cdb2deac5535ed114703f978a5ff58e10720ca0 Mon Sep 17 00:00:00 2001 From: buffet Date: Sat, 6 Apr 2024 18:28:40 +0200 Subject: [PATCH] feat: switch rsync username --- hosts/alice/borg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/alice/borg.nix b/hosts/alice/borg.nix index c371a35..625d4f9 100644 --- a/hosts/alice/borg.nix +++ b/hosts/alice/borg.nix @@ -3,7 +3,7 @@ pkgs, ... }: let - host = "11967@prio.ch-s011.rsync.net"; + host = "zh4250@zh4250.rsync.net"; in { age.secrets.borgpassword.file = ../../secrets/borgpassword.age;