From e6ee0190be590a7a2d8772c6d02ffe707c860fe2 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 7 Dec 2023 08:45:39 -0800 Subject: [PATCH] Updated grub option --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 7dac91e..c729114 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,7 +11,7 @@ ]; # Bootloader. - boot.loader.grub.devices = true; + boot.loader.grub.enable = true; boot.kernelPackages = pkgs.linuxPackages_latest; nix = {