+ssh config zed for self-host-playbook

This commit is contained in:
m3tam3re
2025-04-10 19:16:46 +02:00
parent 40d6c9692a
commit 02f8b6d787
4 changed files with 19 additions and 8 deletions

View File

@ -78,6 +78,17 @@ in {
nickname = "m3-atlas";
args = ["-i" "~/.ssh/m3tam3re"];
}
{
host = "95.217.3.250";
port = 2222;
nickname = "self-host-playbook";
args = ["-i" "~/.ssh/self-host-playbook"];
"projects" = [
{
paths = ["/etc/nixos/current-systemconfig"];
}
];
}
];
auto_update = false;
format_on_save = "on";

View File

@ -175,7 +175,7 @@
identityFile = "~/.ssh/m3tam3re";
};
"self-host-playbook" = {
hostname = "157.180.21.225";
hostname = "95.217.3.250";
port = 2222;
user = "m3tam3re";
identityFile = "~/.ssh/self-host-playbook";