From c2e20a3d5234a66e2b6b04355b2db8f5a5e39c74 Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 1 Jan 2025 00:25:58 -0500 Subject: [PATCH] Revert "(try to) fix bluetooth" This reverts commit 87c61c300c4894f56a5d032840a6475a1f258ba0. --- hosts/ytnix/default.nix | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index 72ebb25..e6848c0 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -47,17 +47,9 @@ }; tmp.cleanOnBoot = true; kernelPackages = pkgs.linuxPackages_latest; - - # fix bluetooth extraModulePackages = with config.boot.kernelPackages; [ - rtw88 + rtl8821ce ]; - # see https://bugzilla.kernel.org/show_bug.cgi?id=215496#c22 - # and https://github.com/lwfinger/rtw88/issues/61 - extraModprobeConfig = '' - options rtw88_core disable_lps_deep=y - options rtw88_pci disable_aspm=y - ''; }; networking = { @@ -75,10 +67,7 @@ networkmanager = { enable = true; dns = "none"; - wifi = { - backend = "iwd"; - powersave = false; # fixes bluetooth; see above - }; + wifi.backend = "iwd"; }; nameservers = [ "31.59.129.225"