Add comments for other kernels for testing (and for xanmod once they actually hit 6.14 lol)
This commit is contained in:
parent
37d2f38926
commit
dc7b557fcc
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
|||
|
||||
# Use the latest linux Kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
# boot.kernelPackages = unstable.linuxPackages_xanmod_latest;
|
||||
# boot.kernelPackages = pkgs.linuxPackages_6_14;
|
||||
# boot.kernelPackages = pkgs.linuxPackages_6_13;
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue