mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-28 20:31:51 +01:00
feat: upgrade k3s to 1.30
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
...
|
||||
}: let
|
||||
lib = pkgs.lib;
|
||||
package = pkgs.k3s_1_29;
|
||||
package = pkgs.k3s;
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
package
|
||||
|
||||
Reference in New Issue
Block a user