Disable ca-derivations for the kubernetes cluster also.

This commit is contained in:
Tom Alexander
2026-08-10 18:30:58 -04:00
parent 0e231428df
commit 4a772b7276

View File

@@ -41,7 +41,7 @@
nix.settings.experimental-features = [ nix.settings.experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"
"ca-derivations" # "ca-derivations"
# "blake3-hashes" # "blake3-hashes"
# "git-hashing" # "git-hashing"
]; ];