From 5811fa392108058305761a8c212b8885f39cdd21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 10 Oct 2023 13:06:17 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20pulseaudio=20=E2=86=92=20pipewire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/sound.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/sound.nix b/configs/sound.nix index f4bc371..a2770dd 100644 --- a/configs/sound.nix +++ b/configs/sound.nix @@ -1,11 +1,11 @@ {pkgs, ...}: { sound.enable = true; - # realtime audio for pulseaudio + # realtime audio security.rtkit.enable = true; services.pipewire = { - enable = false; + enable = true; systemWide = false; alsa = { enable = true; @@ -16,7 +16,7 @@ }; hardware.pulseaudio = { - enable = true; + enable = false; package = pkgs.pulseaudioFull; # copy server:/run/pulse/.config/pulse/cookie to client:~/.config/pulse/cookie to authenticate a client machine zeroconf.discovery.enable = true;