diff --git a/hosts/Khanda/hardware-configuration.nix b/hosts/Khanda/hardware-configuration.nix index 35b40e3..545cd5d 100644 --- a/hosts/Khanda/hardware-configuration.nix +++ b/hosts/Khanda/hardware-configuration.nix @@ -108,6 +108,6 @@ in # Install/configure additional drivers, particularly for touch environment.systemPackages = with pkgs; [ libwacom-surface ]; - # NOTE: Use a default kernel to skip full kernel rebuilds - boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest; + # NOTE: Uncomment to use a default kernel and skip full kernel rebuilds + # boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest; }