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
commit 00b6b1ffcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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