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; }; }