hackens-org-configurations/machines/agb01/bootloader.nix

5 lines
109 B
Nix
Raw Normal View History

2024-10-10 01:00:01 +02:00
{pkgs, ...}: {
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;
}