Update Nixpkgs and added grub bootloaer

This commit is contained in:
2023-12-07 08:42:56 -08:00
parent 257832c308
commit 665c6e4997
2 changed files with 4 additions and 3 deletions

View File

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