Upgrade to latest kernel on north

This commit is contained in:
SebastianStork 2024-07-21 01:48:00 +02:00
parent 14a285ce03
commit c2f8887b5f

View file

@ -6,7 +6,7 @@
];
system.stateVersion = "23.11";
boot.kernelPackages = pkgs.linuxPackages_6_8;
boot.kernelPackages = pkgs.linuxPackages_latest;
myConfig = {
boot.loader.systemd-boot.enable = true;