nixos/tests/incus: fix zfs test configuration

This commit is contained in:
MakiseKurisu 2025-03-03 12:53:02 +08:00
parent 9b7d65ad87
commit f4fd5a51b5
No known key found for this signature in database

View File

@ -44,6 +44,6 @@ in
zfs = incusTest {
inherit lts pkgs system;
storageLvm = true;
storageZfs = true;
};
}