From 19cb0ea72fc412a99102ce431b1c1ec6f3e3fb80 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sun, 12 Nov 2023 18:05:03 +0100 Subject: [PATCH] magpie/boot: set configuration limit to 2 --- magpie/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magpie/configuration.nix b/magpie/configuration.nix index d083e82..a4152ab 100644 --- a/magpie/configuration.nix +++ b/magpie/configuration.nix @@ -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 = {