From 77ec366795b845108e7b5c4f3563d41185926923 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 11 Feb 2024 12:08:13 -0500 Subject: [PATCH] feat(binto): use systemd-boot instead of grub --- devices/binto/hardware-configuration.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/devices/binto/hardware-configuration.nix b/devices/binto/hardware-configuration.nix index 55d32cf9..3f630291 100644 --- a/devices/binto/hardware-configuration.nix +++ b/devices/binto/hardware-configuration.nix @@ -28,16 +28,7 @@ loader = { efi.canTouchEfiVariables = true; timeout = 2; - - grub = { - enable = true; - device = "nodev"; - efiSupport = true; - extraConfig = '' - set timeout_style=hidden - ''; - splashImage = null; - }; + systemd-boot.enable = true; }; };