Add universe ssh alias
This commit is contained in:
parent
7a0c015cd0
commit
ac4d80a7c5
|
@ -39,6 +39,11 @@ with lib; {
|
|||
user = "nathan";
|
||||
hostname = "100.75.37.98";
|
||||
};
|
||||
"universe" = {
|
||||
forwardAgent = true;
|
||||
user = "nathan";
|
||||
hostname = "100.75.37.98";
|
||||
};
|
||||
"shadowchild" = {
|
||||
forwardAgent = true;
|
||||
user = "nathan";
|
||||
|
|
Loading…
Reference in New Issue