changed ssh machines

This commit is contained in:
Julien Malka 2023-06-10 17:47:17 +02:00
parent 2c6342b352
commit a975b46c41
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -50,15 +50,15 @@ with lib;
user = "julien_malka";
port = 23;
};
curry = {
router = {
hostname = "vms.julienmalka.me";
user = "julien";
port = 60;
};
mails = {
hostname = "192.168.1.78";
core-security = {
hostname = "192.168.0.175";
user = "julien";
proxyJump = "curry";
proxyJump = "router";
port = 45;
};
};
};