boreal: pin kernel to 5.12

nvidia driver is broken on 5.13:

https://github.com/NixOS/nixpkgs/issues/129233

Fixed on unstable only
This commit is contained in:
Antoine Martin 2021-08-01 13:24:44 +02:00
parent 6265f4b95b
commit 71c395ab69

View file

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