From 4a772b7276bed457f612aa584b7fe775e14a4da5 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Mon, 10 Aug 2026 18:30:58 -0400 Subject: [PATCH] Disable ca-derivations for the kubernetes cluster also. --- nix/kubernetes/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/kubernetes/configuration.nix b/nix/kubernetes/configuration.nix index ef64f2f..36c5da4 100644 --- a/nix/kubernetes/configuration.nix +++ b/nix/kubernetes/configuration.nix @@ -41,7 +41,7 @@ nix.settings.experimental-features = [ "nix-command" "flakes" - "ca-derivations" + # "ca-derivations" # "blake3-hashes" # "git-hashing" ];