feat: added mail as ssh machines

This commit is contained in:
Luj 2023-03-13 14:08:30 +01:00
parent 9a12595d1e
commit f10f53734d

View file

@ -50,6 +50,15 @@ with lib;
user = "julien_malka";
port = 23;
};
curry = {
hostname = "vms.julienmalka.me";
user = "julien";
};
mails = {
hostname = "192.168.1.78";
user = "julien";
proxyJump = "curry";
};
};
};
};