changed ssh config

This commit is contained in:
Julien Malka 2023-06-12 14:28:01 +02:00
parent 3298173246
commit ff47b2403a
Signed by: Luj
GPG key ID: 6FC74C847011FD83

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";
};
};
};
};