From 33b153b7f189913555f486c3a9dd356277fb947a Mon Sep 17 00:00:00 2001 From: Tootbrute Date: Tue, 20 May 2025 18:01:39 +0800 Subject: [PATCH] trying to fix damn microphone --- hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 0c18f66..8dfb7a8 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -15,7 +15,7 @@ # trying to make microphone work boot.extraModprobeConfig = '' - options snd-intel-dspcfg dsp_driver=1 + options snd slots=snd-hda-intel ''; fileSystems."/" =