From dc7b557fcca9a0113dfc0f9c7357e227c1aa19a6 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Sun, 30 Mar 2025 00:15:21 +1100 Subject: [PATCH] Add comments for other kernels for testing (and for xanmod once they actually hit 6.14 lol) --- nixos/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 8485996..e50c4a8 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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;