Set configurationlimit for bootloader
Some checks failed
pre-commit / pre-commit (push) Failing after 17s

This commit is contained in:
Torjus Håkestad 2024-05-07 04:45:27 +02:00
parent be2e9a63db
commit 50c06ed5bc

View File

@ -15,7 +15,10 @@
];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot = { enable = true; };
boot.loader.systemd-boot = {
enable = true;
configurationLimit = 3;
};
boot.loader.efi = { canTouchEfiVariables = true; };
boot.initrd.systemd.enable = true;