feat: Add deoxys hostname to ssh/config

This commit is contained in:
uttarayan21
2024-12-03 19:54:47 +05:30
parent 9788ad6aa5
commit 04cf152304

View File

@@ -128,6 +128,11 @@ in {
user = "git";
host = "github.com";
};
deoxys = {
user = "servius";
hostname = "deoxys";
forwardAgent = true;
};
mirai = {
user = "fs0c131y";
hostname = "sh.darksailor.dev";