From bcb529f2b3b160781171403832c2597e2f461137 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Thu, 28 Feb 2019 07:00:41 +0100 Subject: [PATCH] (temporarily) comment pulseaudio extraModules not available in current definitions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … for some reasons I do not have the time to understand yet. --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e1cd8d7..954ce3d 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -98,7 +98,7 @@ local-data: "test. 10800 IN A 172.10.0.10" # NixOS allows either a lightweight build (default) or full build of PulseAudio to be installed. # Only the full build has Bluetooth support, so it must be selected here. package = pkgs.pulseaudioFull; - extraModules = [ pkgs.pulseaudio-modules-bt ]; +# extraModules = [ pkgs.pulseaudio-modules-bt ]; }; # Enable the X11 windowing system.