nixos/etc-overlay: mark EROFS_FS kernel configuration option as required (#365450)
This commit is contained in:
@@ -46,6 +46,10 @@
|
||||
"overlay"
|
||||
];
|
||||
|
||||
system.requiredKernelConfig = with config.lib.kernelConfig; [
|
||||
(isEnabled "EROFS_FS")
|
||||
];
|
||||
|
||||
boot.initrd.systemd = {
|
||||
mounts = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user