feat: switch to linux 6.7 instead of latest to avoid future downgrades
This commit is contained in:
parent
307f70621e
commit
9d773461d4
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
boot = {
|
||||
supportedFilesystems = ["bcachefs"];
|
||||
kernelPackages = pkgs.linuxPackages_latest; # TODO: remove when default kernel hits 6.7
|
||||
kernelPackages = pkgs.linuxPackages_6_7; # TODO: remove when default kernel hits 6.7
|
||||
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
|
|
Loading…
Reference in a new issue