boreal: switch to stable linux kernel

This commit is contained in:
Antoine Martin 2022-10-25 19:55:32 +02:00
parent 4582f9a375
commit fc6c87e0e6

View file

@ -16,7 +16,7 @@
./secrets.nix
];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages;
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;