Fixed missing field

This commit is contained in:
Jan-Bulthuis 2025-04-17 16:50:36 +02:00
parent 0786e3b13c
commit ce620d3eb2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
)}"; )}";
# Disable JACK self connect # Disable JACK self connect
services.pipewire.extraConfig."60-disable-self-connect" = { services.pipewire.extraConfig.jack."60-disable-self-connect" = {
"jack.properties" = { "jack.properties" = {
"jack.self-connect-mode" = "ignore-all"; "jack.self-connect-mode" = "ignore-all";
}; };