updated configuration.nix

This commit is contained in:
naturallaw77 2023-11-27 14:52:47 -08:00
parent e8825f9a92
commit f86a71df58

View File

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