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 = { ssh = {
enable = true; enable = true;
matchBlocks = { matchBlocks = {
"alisceon.com" = { "alisceon-core" = {
hostname = "alisceon.com"; hostname = "core.alisceon.com";
user = "opc"; user = "opc";
}; };
"miscbox" = { "miscbox" = {
hostname = "10.1.0.11"; hostname = "10.1.0.11";
proxyJump = "alisceon.com"; proxyJump = "alisceon-core";
user = "opc"; user = "opc";
}; };
"blogbox" = { "blogbox-1" = {
hostname = "10.1.0.10"; hostname = "10.1.0.247";
proxyJump = "alisceon.com"; proxyJump = "alisceon-core";
user = "opc"; user = "opc";
}; };
"filurbox" = { "filurbox" = {