nixos/etc-overlay: mark EROFS_FS kernel configuration option as required (#365450)

This commit is contained in:
isabel
2025-05-29 09:42:43 +01:00
committed by GitHub

View File

@@ -46,6 +46,10 @@
"overlay"
];
system.requiredKernelConfig = with config.lib.kernelConfig; [
(isEnabled "EROFS_FS")
];
boot.initrd.systemd = {
mounts = [
{