boot/module.nix: add funny configurationLimit

This commit is contained in:
Charlie Root 2024-11-01 13:49:53 +01:00
commit 05d41aaaf1
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

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