From 801142a366b3aaa241b3e874a55c64c98c4e1577 Mon Sep 17 00:00:00 2001 From: Birk Bohne Date: Mon, 11 Aug 2025 00:57:43 +0200 Subject: [PATCH] ssh host for k8s vm fixed --- users/demo/home/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/demo/home/ssh.nix b/users/demo/home/ssh.nix index 89e57f2..c97914c 100644 --- a/users/demo/home/ssh.nix +++ b/users/demo/home/ssh.nix @@ -13,7 +13,7 @@ port = 22; }; k8s = lib.mkIf osConfig.beancloud.software.splunk { - hostname = "pc-demo1"; + hostname = "192.168.101.10"; user = "demo"; port = 10023; };