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:
parent
b03806095e
commit
be0a55debf
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue