From e110052eea93f3634b98219671e858f3e806b7c9 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 2 Aug 2025 12:35:38 +0200 Subject: [PATCH] chore: comment out bootloader as that's not required apparently?? --- hosts/hazel/default.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/hosts/hazel/default.nix b/hosts/hazel/default.nix index 03a0fad..ddf9849 100644 --- a/hosts/hazel/default.nix +++ b/hosts/hazel/default.nix @@ -39,10 +39,11 @@ ]; }; - boot = { - loader.grub = { - enable = true; - device = "/dev/sda"; - }; - }; + #boot = { + # loader.grub = { + # enable = true; + # device = "/dev/sda"; + # useOSProber = true; + # }; + #}; }