Update k3s on Robin

This commit is contained in:
Astra Logical 2026-07-04 10:42:10 -04:00
parent eb8bee6160
commit 0e65aa19d9

View file

@ -37,6 +37,7 @@
services.k3s = { services.k3s = {
enable = true; enable = true;
role = "agent"; role = "agent";
package = pkgs.k3s_1_36;
serverAddr = "https://192.168.1.122:6443"; serverAddr = "https://192.168.1.122:6443";
tokenFile = "/var/lib/rancher/k3s/join-token"; tokenFile = "/var/lib/rancher/k3s/join-token";