boot/module.nix: add funny configurationLimit
This commit is contained in:
parent
9083c04eff
commit
05d41aaaf1
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
|
configurationLimit = 69;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
boot.plymouth = {
|
boot.plymouth = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue