boreal: switch to pipewire

This commit is contained in:
Antoine Martin 2021-05-26 00:33:52 +02:00
parent 4d091d5aa6
commit c75979acef

View file

@ -74,6 +74,8 @@ in
];
};
pipewire.enable = true;
wireguard = {
enable = false;
iface = "wg";
@ -112,13 +114,6 @@ in
# TODO: remove when https://nixpk.gs/pr-tracker.html?pr=124237 reaches unstable
nix.sandboxPaths = [ "/bin/sh=${pkgs.bash}/bin/sh" ];
sound.enable = true;
hardware.pulseaudio = {
enable = true;
extraModules = [ pkgs.pulseaudio-modules-bt ];
package = pkgs.pulseaudioFull;
};
hardware.bluetooth = {
enable = true;
powerOnBoot = true;