nix-config/hosts/hyp-01/modules/boot.nix
Lander Van den Bulcke a55ed8b41b
feat: add hyp-01
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
2025-11-01 18:23:04 +01:00

8 lines
134 B
Nix

{
# BIOS system
boot.loader.systemd-boot.enable = false;
boot.loader.grub = {
enable = true;
efiSupport = false;
};
}