Skip to content

Commit

Permalink
haumea/zrepl: we have rsync.net again
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jun 29, 2024
1 parent b6b311c commit a690a91
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions build/haumea/zrepl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,16 @@
};

jobs = [
# XXX: Broken since 2024-01-10?
# (defaultBackupJob // {
# name = "rsyncnet";
# connect = {
# identity_file = "/root/.ssh/id_ed25519";
# type = "ssh+stdinserver";
# host = "zh2543b.rsync.net";
# user = "root";
# port = 22;
# };
# })
(defaultBackupJob // {
name = "rsyncnet";
connect = {
identity_file = "/root/.ssh/id_ed25519";
type = "ssh+stdinserver";
host = "zh4461b.rsync.net";
user = "root";
port = 22;
};
})

(defaultBackupJob // {
name = "hexa";
Expand Down

0 comments on commit a690a91

Please sign in to comment.