magpie/boot: set configuration limit to 2

This commit is contained in:
Asmir A 2023-11-12 18:05:03 +01:00
parent a19c3c63aa
commit 19cb0ea72f
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -11,7 +11,7 @@
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.grub.devices = ["/dev/sda"];
boot.loader.systemd-boot.configurationLimit = 2;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernel.sysctl = {