diff --git a/nixos/tests/prometheus-2.nix b/nixos/tests/prometheus-2.nix index 3e2c675b7c6..219c47c73d9 100644 --- a/nixos/tests/prometheus-2.nix +++ b/nixos/tests/prometheus-2.nix @@ -132,6 +132,7 @@ in import ./make-test.nix { }; store = { pkgs, ... }: { + virtualisation.diskSize = 2 * 1024; environment.systemPackages = with pkgs; [ jq thanos ]; services.thanos.store = { enable = true;