From cee09131dbccd6b2b27755593967dba5ef953a88 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 11 Feb 2024 12:19:10 -0500 Subject: [PATCH] feat(wim): switch to systemd-boot --- devices/wim/hardware-configuration.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/devices/wim/hardware-configuration.nix b/devices/wim/hardware-configuration.nix index 9c835ce8..1b3ba991 100644 --- a/devices/wim/hardware-configuration.nix +++ b/devices/wim/hardware-configuration.nix @@ -27,17 +27,11 @@ loader = { efi.canTouchEfiVariables = true; - timeout = 2; + timeout = 0; - grub = { + systemd-boot = { enable = true; - device = "nodev"; - efiSupport = true; - extraConfig = '' - set timeout_style=hidden - ''; - # Because it still draws that image otherwise - splashImage = null; + configurationLimit = 30; }; };