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; };