Change to latest LTS kernel for pi
This commit is contained in:
parent
356ba5f3c6
commit
ac3767b1ec
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
boot.loader.grub.enable = false;
|
||||
boot.loader.generic-extlinux-compatible.enable = true;
|
||||
boot.loader.timeout = 1;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
||||
|
||||
networking = {
|
||||
hostName = "orangepihole"; # Define your hostname.
|
||||
|
|
Loading…
Reference in a new issue