nixosTests.docker-tools-nix-shell: Fix test (#445632)

This commit is contained in:
Robert Hensing
2025-09-24 09:35:54 +00:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ in
{ ... }:
{
virtualisation = {
diskSize = 3072;
diskSize = 4000;
docker.enable = true;
};
};