We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6377ac + afb3105 commit e801474Copy full SHA for e801474
nixos/modules/services/cluster/k3s/default.nix
@@ -82,6 +82,8 @@ let
82
nativeBuildInputs = with pkgs; [
83
kubernetes-helm
84
cacert
85
+ # Helm requires HOME to refer to a writable dir
86
+ writableTmpDirAsHomeHook
87
];
88
}
89
''
0 commit comments