From de1091b3b0622328f36ce6c8446063b0153ea7a3 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Wed, 14 Sep 2022 19:43:55 +0200 Subject: [PATCH] switch back to systemd-boot --- hosts/microwave/configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix index 0e9ff57..00ba0fb 100644 --- a/hosts/microwave/configuration.nix +++ b/hosts/microwave/configuration.nix @@ -29,11 +29,7 @@ boot = { loader = { efi.canTouchEfiVariables = true; - grub = { - enable = true; - efiSupport = true; - device = "nodev"; - }; + systemd-boot.enable = true; }; supportedFilesystems = [ "zfs" ]; kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;