nixos/etc-overlay: mark EROFS_FS kernel configuration option as required

This commit is contained in:
andre4ik3
2024-12-16 02:20:02 +04:00
parent 5b37bd1fd8
commit 250359a4d5
@@ -43,6 +43,10 @@
"overlay"
];
system.requiredKernelConfig = with config.lib.kernelConfig; [
(isEnabled "EROFS_FS")
];
boot.initrd.systemd = {
mounts = [
{