From 0e65aa19d973046af715740d80c22bfb7eac490e Mon Sep 17 00:00:00 2001 From: Astra Logical Date: Sat, 4 Jul 2026 10:42:10 -0400 Subject: [PATCH] Update k3s on Robin --- modules/hosts/robin/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/robin/configuration.nix b/modules/hosts/robin/configuration.nix index c8e3d80..0590e75 100644 --- a/modules/hosts/robin/configuration.nix +++ b/modules/hosts/robin/configuration.nix @@ -37,6 +37,7 @@ services.k3s = { enable = true; role = "agent"; + package = pkgs.k3s_1_36; serverAddr = "https://192.168.1.122:6443"; tokenFile = "/var/lib/rancher/k3s/join-token";