mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
feat: added mail as ssh machines
This commit is contained in:
parent
9a12595d1e
commit
f10f53734d
1 changed files with 9 additions and 0 deletions
|
@ -50,6 +50,15 @@ with lib;
|
||||||
user = "julien_malka";
|
user = "julien_malka";
|
||||||
port = 23;
|
port = 23;
|
||||||
};
|
};
|
||||||
|
curry = {
|
||||||
|
hostname = "vms.julienmalka.me";
|
||||||
|
user = "julien";
|
||||||
|
};
|
||||||
|
mails = {
|
||||||
|
hostname = "192.168.1.78";
|
||||||
|
user = "julien";
|
||||||
|
proxyJump = "curry";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue