From 212edfe511c2cc5b11cdfea1e537fc855a659659 Mon Sep 17 00:00:00 2001 From: adekoder Date: Wed, 8 Apr 2026 12:14:11 +0100 Subject: [PATCH] fix: Upgrade VM for test envronment to 4G --- nix/tests/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/tests/default.nix b/nix/tests/default.nix index 0421286b3..da6bce8e5 100644 --- a/nix/tests/default.nix +++ b/nix/tests/default.nix @@ -12,6 +12,7 @@ let virtualisation = { memorySize = 2048; cores = 2; + diskSize = 4096; }; }; channels = with builtins; toFile "channels.json" (toJSON (import ./channels.nix));