add msiserver config
parent
521dc4a0ec
commit
88831b431c
|
@ -18,6 +18,10 @@ in
|
||||||
port = 2221;
|
port = 2221;
|
||||||
identityFile = "${config.home.homeDirectory}/.ssh/personal_git";
|
identityFile = "${config.home.homeDirectory}/.ssh/personal_git";
|
||||||
};
|
};
|
||||||
|
msiserver = {
|
||||||
|
hostname = "scarlet.zynh.me";
|
||||||
|
user = "zynh";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue