This commit is contained in:
naturallaw77 2023-12-07 09:06:47 -08:00
parent d4940f643e
commit 5ead8440a8

View File

@ -11,6 +11,9 @@
]; ];
# Bootloader. # Bootloader.
boot.loader.grub.enable = true;
boot.loader.grub.device = "/boot";
boot.loader.grub.useOSProber = true;
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
nix = { nix = {