From 6e34ca8bda9cddcce1ea73f73b883a3ec8358678 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 14 Oct 2022 18:01:11 +0200 Subject: Reformat nix files --- system/settings/gaming.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'system/settings/gaming.nix') diff --git a/system/settings/gaming.nix b/system/settings/gaming.nix index 493a201e..139210cf 100644 --- a/system/settings/gaming.nix +++ b/system/settings/gaming.nix @@ -71,6 +71,12 @@ "context.properties" = { "log.level" = 2; }; + "pulse.properties" = { + "server.address" = [ + "unix:native" + "tcp:127.0.0.1:4713" + ]; + }; "context.modules" = [ { name = "libpipewire-module-rtkit"; @@ -96,7 +102,7 @@ "pulse.max.quantum" = "32/48000"; "server.address" = [ "unix:native" - "tcp:[::1]:4713" + "tcp:127.0.0.1:4713" ]; }; } -- cgit 1.4.1