mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Upgrade kernel version to latest
This commit is contained in:
parent
aeceb47018
commit
21fddbf8e5
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_8;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
services.auto-cpufreq.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue