summary refs log tree commit diff stats
path: root/system/settings/gaming.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/gaming.nix')
-rw-r--r--system/settings/gaming.nix8
1 files changed, 7 insertions, 1 deletions
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"
           ];
         };
       }