From cc8d2bd06e762b799e5433a1aae6050dc355f7b7 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 21 Jun 2024 13:31:56 -0700 Subject: Switch kaitain to systemd-boot --- hosts/kaitain/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index b83a2c1..e90b77c 100644 --- a/hosts/kaitain/default.nix +++ b/hosts/kaitain/default.nix @@ -2,7 +2,11 @@ boot = { initrd.kernelModules = [ "zfs" ]; kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; - loader.grub.device = "/dev/sda"; + loader = { + efi.canTouchEfiVariables = true; + systemd-boot.enable = true; + timeout = 3; + }; supportedFilesystems = [ "zfs" ]; #zfs.devNodes = "/dev/disk/by-label"; }; -- cgit v1.2.3