+ssh config zed for self-host-playbook
This commit is contained in:
@ -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";
|
||||
|
@ -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";
|
||||
|
Reference in New Issue
Block a user