mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/etc-overlay: mark EROFS_FS
kernel configuration option as required (#365450)
This commit is contained in:
commit
00b6b1ffcc
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@
|
|||
"overlay"
|
||||
];
|
||||
|
||||
system.requiredKernelConfig = with config.lib.kernelConfig; [
|
||||
(isEnabled "EROFS_FS")
|
||||
];
|
||||
|
||||
boot.initrd.systemd = {
|
||||
mounts = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue