Skip to content

Commit 50ccf15

Browse files
Try #1476:
2 parents e61b56f + 0eaf7b8 commit 50ccf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/plan.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ let
155155

156156
enableSeparateDataOutput = mkOption {
157157
type = bool;
158-
default = (def.enableSeparateDataOutput or false);
158+
default = (def.enableSeparateDataOutput or true);
159159
};
160160

161161
enableProfiling = mkOption {

0 commit comments

Comments
 (0)