From 99e76a6282378b3fc91eb3fef437e79b583903f1 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Tue, 21 Apr 2026 14:59:01 +0500 Subject: [PATCH] fix: NixCache | increase cache size --- cache-infrastructure/nix/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache-infrastructure/nix/index.ts b/cache-infrastructure/nix/index.ts index 04e2e62..303159c 100644 --- a/cache-infrastructure/nix/index.ts +++ b/cache-infrastructure/nix/index.ts @@ -26,7 +26,7 @@ export class NixCache extends Construct { name, namespace, accessModes: ["ReadWriteMany"], - size: "64Gi", + size: "256Gi", }); const nginxConfig = fs.readFileSync(