Bootloader : Limit to 7 configs.

This commit is contained in:
Dmitry Voronin 2024-03-03 23:21:13 +03:00
parent 3b223c0ded
commit 1b3814d84b

View file

@ -5,6 +5,7 @@
# Configure bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.configurationLimit = 7;
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.initrd.availableKernelModules = [
"ahci"