mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 02:00:51 +02:00
feat: added mail as ssh machines
This commit is contained in:
parent
09781fb8d0
commit
30d0b90609
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
Reference in a new issue