boot/module.nix: set configurationLimit to 5
This commit is contained in:
parent
98c4a597e9
commit
338fd14870
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
configurationLimit = 69;
|
configurationLimit = 5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
boot.plymouth = {
|
boot.plymouth = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue