Use 'systemd-boot' bootloader instead of GRUB

This commit is contained in:
2025-10-04 20:51:37 +02:00
parent b69140605c
commit ca8cfd7deb
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
{ ... }:
{
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";
boot.loader.grub.useOSProber = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}