From 01c8a46dc58bf816ee5ec4b8661ea96202a4a76f Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 11 Feb 2026 15:15:43 -0500 Subject: [PATCH] fix boot --- hosts/xps15/configuration.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index 30dd680..ccf404c 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -5,17 +5,11 @@ ./hardware-configuration.nix ]; - boot.loader.grub = { + boot.loader.systemd-boot = { enable = true; - device = "nodev"; - efiSupport = true; - useOSProber = true; - gfxmodeEfi = "1920x1080x32"; - gfxpayloadEfi = "keep"; configurationLimit = 2; }; boot.loader.efi.canTouchEfiVariables = true; - boot.loader.efi.efiSysMountPoint = "/boot/efi"; boot.kernelParams = [ "nvidia-drm.modeset=1" "ibt=off"