feat: upgrade k3s to 1.30

This commit is contained in:
Ryan Yin
2024-08-26 19:01:11 +08:00
parent 482e88613d
commit 00b6f97ddd
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
nodeLabels ? [],
...
}: let
package = pkgs.k3s_1_29;
package = pkgs.k3s;
in {
environment.systemPackages = [package];
services.k3s = {

View File

@@ -17,7 +17,7 @@
...
}: let
lib = pkgs.lib;
package = pkgs.k3s_1_29;
package = pkgs.k3s;
in {
environment.systemPackages = with pkgs; [
package