From 4baad06ecf87fea0dee679beadfb7a05d8d61f00 Mon Sep 17 00:00:00 2001 From: Robert Rose Date: Sat, 26 Apr 2025 13:32:40 +0200 Subject: [PATCH] nixos/k3s: add default hash for autoDeployCharts module --- nixos/modules/services/cluster/k3s/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/cluster/k3s/default.nix b/nixos/modules/services/cluster/k3s/default.nix index 4911d7871412..fe73c178d491 100644 --- a/nixos/modules/services/cluster/k3s/default.nix +++ b/nixos/modules/services/cluster/k3s/default.nix @@ -190,6 +190,7 @@ let hash = lib.mkOption { type = lib.types.str; example = "sha256-ej+vpPNdiOoXsaj1jyRpWLisJgWo8EqX+Z5VbpSjsPA="; + default = ""; description = '' The hash of the packaged Helm chart. Only has an effect if `package` is not set. The Helm chart is fetched during build time and placed as a `.tgz` archive on the