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.