k3s: some module cleanup

This commit is contained in:
2025-10-29 13:20:51 +08:00
parent f21a105ce1
commit 4149eed283
2 changed files with 47 additions and 39 deletions

View File

@@ -37,10 +37,8 @@ in
tokenFile = config.age.secrets.k3s.path;
clusterInit = false;
serverAddr = "https://10.222.0.13:6443";
extraFlags = [
"--node-ip 10.222.0.249"
"--flannel-iface ztxh6lvd6t"
];
nodeIp = "10.222.0.249";
iface = "ztxh6lvd6t";
nvidia = true;
};
networking.hostName = "penguin";