diff --git a/config/pipewire/pipewire.conf b/config/pipewire/pipewire.conf
index 610e769772d7b7d8821eda5f263aef51e80b6949..95f7d9a5209acd8bf3aea2acaf54a7ca65320369 100644
--- a/config/pipewire/pipewire.conf
+++ b/config/pipewire/pipewire.conf
@@ -249,8 +249,8 @@ context.objects = [
     { factory = adapter
     args = {
         factory.name           = api.alsa.pcm.source
-        node.name              = "system"
-        node.description       = "system"
+        node.name              = "aura_host"
+        node.description       = "aura_host"
         media.class            = "Audio/Source"
         api.alsa.path          = "hw:0"
         #api.alsa.period-size   = 0
@@ -312,8 +312,8 @@ context.objects = [
      { factory = adapter
         args = {
             factory.name           = api.alsa.pcm.sink
-            node.name              = "system"
-            node.description       = "system"
+            node.name              = "aura_host"
+            node.description       = "aura_host"
             media.class            = "Audio/Sink"
             api.alsa.path          = "hw:0"
             #api.alsa.period-size   = 0
diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh
index e791c104c08fc7593f8664c40d19ffee38970f55..a5a25e2f1e4ee744a97ceb655803aa50ed5eecec 100755
--- a/scripts/entrypoint.sh
+++ b/scripts/entrypoint.sh
@@ -9,8 +9,8 @@ LIQUIDSOAP_PID=$!
 
 # wait and link ports?
 sleep 5
-pw-link "lineout_0:out_0" "system:playback_FL"
-pw-link "lineout_0:out_1" "system:playback_FR"
+pw-link "lineout_0:out_0" "aura_host:playback_FL"
+pw-link "lineout_0:out_1" "aura_host:playback_FR"
 
 # Wait for the liquidsoap process to exit
 wait $LIQUIDSOAP_PID