changed ssh config

This commit is contained in:
Luj 2023-06-12 14:28:01 +02:00
parent f4e3e500fb
commit c3d8812d74

View file

@ -21,6 +21,14 @@ with lib;
user = "root";
port = 45;
};
router = {
hostname = "ci.julienmalka.me";
};
mails = {
hostname = "192.168.0.76";
proxyJump = "router";
};
};
};
};