Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2024-02-14 21:35:42 +00:00
parent aad5944098
commit d9bcd78862

View file

@ -12,7 +12,7 @@
boot.loader = {
systemd-boot.enable = true;
systemd-boot.consoleMode = "0";
systemd-boot.configurationLimit = 10;
systemd-boot.configurationLimit = 5;
};
boot.plymouth.enable = true;