infra architecture changes

This commit is contained in:
alisceon 2025-11-06 08:45:02 +01:00
parent 88ff3b9a81
commit 02ca277e2d

View file

@ -70,18 +70,18 @@
ssh = {
enable = true;
matchBlocks = {
"alisceon.com" = {
hostname = "alisceon.com";
"alisceon-core" = {
hostname = "core.alisceon.com";
user = "opc";
};
"miscbox" = {
hostname = "10.1.0.11";
proxyJump = "alisceon.com";
proxyJump = "alisceon-core";
user = "opc";
};
"blogbox" = {
hostname = "10.1.0.10";
proxyJump = "alisceon.com";
"blogbox-1" = {
hostname = "10.1.0.247";
proxyJump = "alisceon-core";
user = "opc";
};
"filurbox" = {