Fixed: master ip

This commit is contained in:
2026-02-18 16:37:39 +01:00
parent ecf0d52f76
commit 0e1f5d2f99

View File

@@ -10,7 +10,7 @@
services.k3s = { services.k3s = {
enable = true; enable = true;
role = "agent"; role = "agent";
serverAddr = "https://192.168.2.199:6443"; serverAddr = "https://192.168.2.200:6443";
}; };
networking.firewall = { networking.firewall = {