Skip to content

Commit f4fd5a5

Browse files
committed
nixos/tests/incus: fix zfs test configuration
1 parent 9b7d65a commit f4fd5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/tests/incus/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ in
4444

4545
zfs = incusTest {
4646
inherit lts pkgs system;
47-
storageLvm = true;
47+
storageZfs = true;
4848
};
4949
}

0 commit comments

Comments
 (0)