From 7fef0dc405d1fcbdaa13ebe6feec60ca0d36d489 Mon Sep 17 00:00:00 2001 From: Lan Tian Date: Wed, 5 Feb 2025 00:33:03 +0800 Subject: [PATCH] Revert "hosts(lt-hp-omen): switch to xe driver" This reverts commit 536c64798ba66ac681ed18de8524c3a6961b1ca2. --- hosts/lt-hp-omen/configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/lt-hp-omen/configuration.nix b/hosts/lt-hp-omen/configuration.nix index b78c7ae4..4430e403 100644 --- a/hosts/lt-hp-omen/configuration.nix +++ b/hosts/lt-hp-omen/configuration.nix @@ -33,11 +33,7 @@ ../../nixos/optional-apps/vlmcsd.nix ]; - boot.kernelParams = [ - "cfg80211.ieee80211_regdom=US" - "i915.force_probe=!9a60" - "xe.force_probe=9a60" - ]; + boot.kernelParams = [ "cfg80211.ieee80211_regdom=US" ]; lantian.hidpi = 1.5;