diff options
author | sinanmohd <sinan@firemail.cc> | 2023-07-06 14:32:42 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-07-06 14:46:18 +0530 |
commit | 0e049c1ce0de4376b1a790a44554b7373aefed18 (patch) | |
tree | 0bdbc384246c12c485f04afdfbdc82617261da38 /configuration.nix | |
parent | 9babdaa6638ee57807a81f817e211660369ed3a9 (diff) |
audio: disable pipewire alsa support
seems to cause issue with microphone
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 1 |
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; }; |