nix-config/hosts/hyp-01/modules/boot.nix
Lander Van den Bulcke c3e19aae29
fix: assertions
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
2025-11-04 10:54:43 +01:00

7 lines
110 B
Nix

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