From c75979acef6ff2e3fd9a8fc06e633854d3d8d6a0 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 26 May 2021 00:33:52 +0200 Subject: [PATCH] boreal: switch to pipewire --- hosts/boreal/default.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/hosts/boreal/default.nix b/hosts/boreal/default.nix index 5ed208b..b481ec7 100644 --- a/hosts/boreal/default.nix +++ b/hosts/boreal/default.nix @@ -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;