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:
parent
6265f4b95b
commit
71c395ab69
|
@ -14,7 +14,7 @@ in
|
|||
./home.nix
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackages_5_12;
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
Loading…
Reference in a new issue