From 031b719d649dd293bb7c2e063c281d0980e57d4a Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 3 Jul 2024 17:47:59 -0400 Subject: [PATCH] Khanda: re-enable Surface kernel --- hosts/Khanda/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }