feat: Add deoxys hostname to ssh/config
This commit is contained in:
@@ -128,6 +128,11 @@ in {
|
|||||||
user = "git";
|
user = "git";
|
||||||
host = "github.com";
|
host = "github.com";
|
||||||
};
|
};
|
||||||
|
deoxys = {
|
||||||
|
user = "servius";
|
||||||
|
hostname = "deoxys";
|
||||||
|
forwardAgent = true;
|
||||||
|
};
|
||||||
mirai = {
|
mirai = {
|
||||||
user = "fs0c131y";
|
user = "fs0c131y";
|
||||||
hostname = "sh.darksailor.dev";
|
hostname = "sh.darksailor.dev";
|
||||||
|
|||||||
Reference in New Issue
Block a user