boot/module.nix: set configurationLimit to 5

This commit is contained in:
Charlie Root 2024-11-25 15:41:25 +01:00
commit 338fd14870
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -5,7 +5,7 @@
enable = true; enable = true;
efiSupport = true; efiSupport = true;
device = "nodev"; device = "nodev";
configurationLimit = 69; configurationLimit = 5;
}; };
}; };
boot.plymouth = { boot.plymouth = {