ssh host for k8s vm fixed

This commit is contained in:
Birk Bohne 2025-08-11 00:57:43 +02:00
parent a6b1b1fc46
commit 801142a366
No known key found for this signature in database

View File

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