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

6 lines
111 B
Nix
Raw Normal View History

2024-09-24 12:33:51 +02:00
{ pkgs, ... }:
{
2024-03-08 17:04:42 +01:00
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;
}