summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-07-06 14:32:42 +0530
committersinanmohd <sinan@firemail.cc>2023-07-06 14:46:18 +0530
commit0e049c1ce0de4376b1a790a44554b7373aefed18 (patch)
tree0bdbc384246c12c485f04afdfbdc82617261da38
parent9babdaa6638ee57807a81f817e211660369ed3a9 (diff)
audio: disable pipewire alsa support
seems to cause issue with microphone
-rw-r--r--configuration.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index f9cea19..fe22076 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -28,7 +28,6 @@ in
sound.enable = true;
services.pipewire = {
enable = true;
- alsa.enable = true;
pulse.enable = true;
};