From 980e53600981c6ee25376a68f76e9fc9abcf2bbe Mon Sep 17 00:00:00 2001 From: MakiseKurisu Date: Mon, 3 Mar 2025 12:53:02 +0800 Subject: [PATCH] nixos/tests/incus: fix zfs test configuration --- nixos/tests/incus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/incus/default.nix b/nixos/tests/incus/default.nix index 99a410f8ae5b84..1144dd5bd2682e 100644 --- a/nixos/tests/incus/default.nix +++ b/nixos/tests/incus/default.nix @@ -44,6 +44,6 @@ in zfs = incusTest { inherit lts pkgs system; - storageLvm = true; + storageZfs = true; }; }