From 5ead8440a8b6ba473e2ff7612758ed88ffb8c236 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 7 Dec 2023 09:06:47 -0800 Subject: [PATCH] test --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 17eedd2..e0d42d0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,6 +11,9 @@ ]; # Bootloader. + boot.loader.grub.enable = true; + boot.loader.grub.device = "/boot"; + boot.loader.grub.useOSProber = true; boot.kernelPackages = pkgs.linuxPackages_latest; nix = {