summaryrefslogtreecommitdiffstats
path: root/2configs/audio/respeaker.nix
diff options
context:
space:
mode:
Diffstat (limited to '2configs/audio/respeaker.nix')
-rw-r--r--2configs/audio/respeaker.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/2configs/audio/respeaker.nix b/2configs/audio/respeaker.nix
index 0aaef5dac..b732d86b9 100644
--- a/2configs/audio/respeaker.nix
+++ b/2configs/audio/respeaker.nix
@@ -26,9 +26,11 @@ in
pulse.enable = true;
};
- services.pipewire.config.pipewire-pulse = {
- "pulse.properties"."server.address" = [ "unix:native" "tcp:4713" ];
- };
+ environment.etc."pipewire/pipewire.conf.d/pulse-server.conf".text = ''
+ pulse.properties = {
+ server.address = [ "unix:native" "tcp:4713" ]
+ }
+ '';
sound.extraConfig = ''
pcm.!default {