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 = {