minor changes

This commit is contained in:
Sascha Koenig
2025-08-14 10:51:16 +02:00
parent 578bfd527f
commit 669ed55dc0
2 changed files with 32 additions and 27 deletions

View File

@ -120,8 +120,13 @@
port = 22;
identityFile = "~/.ssh/github";
};
"code.m3tam3re.com" = {
hostname = "code.m3tam3re.com";
"nikhil" = {
hostname = "91.99.176.80";
user = "nikhilmaddirala";
identityFile = "~/.ssh/m3tam3re";
};
"code.m3ta.dev" = {
hostname = "code.m3ta.dev";
user = "m3tam3re";
identityFile = "~/.ssh/gitea";
};