Skip to content

Commit

Permalink
Add missing defaultText
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and astro committed Dec 10, 2024
1 parent e08aed6 commit 870cb18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nixos-modules/microvm/store-disk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ in
"-Efragments"
"-Ededupe"
];
defaultText = lib.literalExpression ''
[ "-zlz4hc" ]
++ lib.optional (kernelAtLeast "5.16") "-Eztailpacking"
++ lib.optionals (kernelAtLeast "6.1") [
"-Efragments"
"-Ededupe"
]
'';
};

storeDiskSquashfsFlags = mkOption {
Expand Down

0 comments on commit 870cb18

Please sign in to comment.