disable systemd-boot

This commit is contained in:
smayzy 2025-06-29 20:54:55 +02:00
parent 44e80c0c5e
commit f83c1b0c50

View File

@ -1,5 +1,6 @@
{ config, lib, pkgs, ... }:
{
boot.loader.systemd-boot.enable = false;
boot.loader.grub.enable = true;
boot.loader.grub.efiSupport = true;
boot.loader.grub.device = "nodev";