feat(ssh): yggdrasil and midgard LAN ssh

This commit is contained in:
Poby 2026-05-20 23:46:29 +09:00
parent 136d9c574a
commit b8609f9def
No known key found for this signature in database
2 changed files with 34 additions and 20 deletions

View file

@ -24,6 +24,20 @@
identitiesOnly = true;
identityFile = [config.sops.secrets."kmeat_mac_mini_ssh_key".path];
};
"yggdrasil" = {
hostname = "222.109.216.197";
user = "poby";
port = 22;
identitiesOnly = true;
identityFile = [config.sops.secrets."github_ssh_key".path];
};
"midgard" = {
hostname = "222.109.239.172";
user = "poby";
port = 22;
identitiesOnly = true;
identityFile = [config.sops.secrets."github_ssh_key".path];
};
};
};
}