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; }; };