updated configuration.nix

This commit is contained in:
naturallaw77 2023-11-27 14:53:49 -08:00
parent f86a71df58
commit ea64d17503

View File

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