1
0
Fork 0

Switch Khanda back to regular kernel builds

This commit is contained in:
Aires 2024-06-24 14:35:49 -04:00
parent 33d63fd5af
commit e4774c2fdd

View file

@ -106,5 +106,5 @@
environment.systemPackages = with pkgs; [ libwacom-surface ];
# NOTE: Use a default kernel to skip full kernel rebuilds
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
# boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
}