Revert "boreal: pin kernel to 5.12"

This reverts commit 71c395ab69.

NVIDIA driver is now updated to v470 in NixOS stable as well
This commit is contained in:
Antoine Martin 2021-08-13 18:44:01 +02:00
parent b03806095e
commit be0a55debf

View file

@ -14,7 +14,7 @@ in
./home.nix
];
boot.kernelPackages = pkgs.linuxPackages_5_12;
boot.kernelPackages = pkgs.linuxPackages_latest;
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;