oops, apparently k3s was still enabled. also removed the docker comments

This commit is contained in:
Ittihadyya 2024-11-26 11:37:42 +02:00
parent 75e79f3c4f
commit 0c043aec1c

View file

@ -1,7 +1,7 @@
{ {
cluster-testing.modules = [ cluster-testing.modules = [
({ ({
services.k3s = { /* services.k3s = { # just hogging resources at this moment
enable = true; enable = true;
role = "server"; role = "server";
# token = ""; # Agent nodes are joined to the master node using a node-token which can be found on the master node at /var/lib/rancher/k3s/server/node-token. # token = ""; # Agent nodes are joined to the master node using a node-token which can be found on the master node at /var/lib/rancher/k3s/server/node-token.