diff --git a/hosts/kasei/configuration.nix b/hosts/kasei/configuration.nix index f8db69d..02b674e 100644 --- a/hosts/kasei/configuration.nix +++ b/hosts/kasei/configuration.nix @@ -109,14 +109,9 @@ initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" ]; loader = { - efi.canTouchEfiVariables = false; - grub = { - enable = true; - efiSupport = true; - fsIdentifier = "label"; - device = "nodev"; - efiInstallAsRemovable = true; - }; + efi.canTouchEfiVariables = true; + systemd-boot.enable = true; + systemd-boot.consoleMode = "1"; }; };