From 02ca277e2ddbf1b58547e04a1e322a10aecf7bd7 Mon Sep 17 00:00:00 2001 From: alisceon Date: Thu, 6 Nov 2025 08:45:02 +0100 Subject: [PATCH] infra architecture changes --- home/alisceon/base.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home/alisceon/base.nix b/home/alisceon/base.nix index dcdaadc..c6aa249 100644 --- a/home/alisceon/base.nix +++ b/home/alisceon/base.nix @@ -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" = {