add backup box

This commit is contained in:
Yan Lin 2025-12-07 01:58:54 +01:00
parent 4169da9e22
commit a2be1730e9
3 changed files with 34 additions and 12 deletions

View file

@ -54,6 +54,13 @@
identityFile = "~/Credentials/ssh_keys/hetzner";
};
"backup-box" = {
hostname = "u515619.your-storagebox.de";
user = "u515619";
identityFile = "~/Credentials/ssh_keys/hetzner";
port = 23;
};
};
};
}