ssh host for k8s vm fixed
This commit is contained in:
parent
a6b1b1fc46
commit
801142a366
@ -13,7 +13,7 @@
|
|||||||
port = 22;
|
port = 22;
|
||||||
};
|
};
|
||||||
k8s = lib.mkIf osConfig.beancloud.software.splunk {
|
k8s = lib.mkIf osConfig.beancloud.software.splunk {
|
||||||
hostname = "pc-demo1";
|
hostname = "192.168.101.10";
|
||||||
user = "demo";
|
user = "demo";
|
||||||
port = 10023;
|
port = 10023;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user