Add comments for other kernels for testing (and for xanmod once they actually hit 6.14 lol)

This commit is contained in:
BuyMyMojo 2025-03-30 00:15:21 +11:00
parent 37d2f38926
commit dc7b557fcc
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -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;