From 45047a732067edea1f549d66bfe1ee0cddf284ec Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Wed, 18 Sep 2024 23:18:07 +0300 Subject: [PATCH] Switch back to systemd-boot It allows for a smoother transition to plymouth --- nixos_common.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/nixos_common.nix b/nixos_common.nix index 1b796f8e..0718c245 100644 --- a/nixos_common.nix +++ b/nixos_common.nix @@ -31,12 +31,8 @@ boot = { loader = { efi.canTouchEfiVariables = true; - grub = { - enable = true; - efiSupport = true; - device = "nodev"; - timeoutStyle = "hidden"; - }; + systemd-boot.enable = true; + timeout = 0; }; initrd = {