Updated grub option

This commit is contained in:
naturallaw77 2023-12-07 08:45:39 -08:00
parent 665c6e4997
commit e6ee0190be

View File

@ -11,7 +11,7 @@
];
# Bootloader.
boot.loader.grub.devices = true;
boot.loader.grub.enable = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
nix = {