From a0b0f7701a2e71eae8110fd3664860084ef22b6e Mon Sep 17 00:00:00 2001 From: Maaz Khokhar Date: Mon, 6 Jul 2026 12:35:24 -0500 Subject: [PATCH] i forgot to remove the bootloader options in the configuration --- hosts/test/configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/test/configuration.nix b/hosts/test/configuration.nix index 4fdb6fb..2939e2a 100644 --- a/hosts/test/configuration.nix +++ b/hosts/test/configuration.nix @@ -13,13 +13,6 @@ homelab = { core = { kernel = "lts"; - bootloader = { - type = "grub"; - grub = { - enable = true; - device = "nodev"; - }; - }; }; virtualization = {