add fusion to ssh config
This commit is contained in:
parent
3a5343179d
commit
8a2dd0b79b
|
@ -195,6 +195,11 @@ with lib; {
|
|||
user = "nathan";
|
||||
hostname = "100.113.74.107";
|
||||
};
|
||||
"fusion" = {
|
||||
forwardAgent = true;
|
||||
user = "nathan";
|
||||
hostname = "100.99.69.14";
|
||||
};
|
||||
"de1955" = {
|
||||
user = "de1955";
|
||||
hostname = "de1955.rsync.net";
|
||||
|
|
Loading…
Reference in New Issue