ssh: Add rsync.net
This commit is contained in:
parent
0261764ce1
commit
167e97ea85
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,12 @@ in
|
|||
hostname = "10.0.0.205";
|
||||
};
|
||||
|
||||
"rsync.net" = mkIf (!var.workSystem) {
|
||||
hostname = "zh2088.rsync.net";
|
||||
user = "zh2088";
|
||||
identityFile = "~/.ssh/id_ed25519-rsync.net";
|
||||
};
|
||||
|
||||
"git.datarift.nl" = {
|
||||
hostname = if var.workSystem then "direct.datarift.nl" else "10.0.0.201";
|
||||
port = if var.workSystem then 2222 else 22;
|
||||
|
|
Loading…
Reference in a new issue