move squashfs kernel options into module
This commit is contained in:
parent
de77635490
commit
efa1919e04
5 changed files with 4 additions and 9 deletions
|
@ -12,5 +12,9 @@ in
|
|||
config = mkIf (config.rootfsType == "squashfs") {
|
||||
system.outputs.rootfs =
|
||||
liminix.builders.squashfs config.filesystem.contents;
|
||||
kernel.config = {
|
||||
SQUASHFS = "y";
|
||||
SQUASHFS_XZ = "y";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue