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;