shairport working

heard some static noise when listening, maybe something can fix that?
This commit is contained in:
2025-10-18 18:13:50 -04:00
parent f4b518f806
commit 50c62a4d3f

View File

@@ -2,6 +2,6 @@
services.shairport-sync = {
enable = pkgs.stdenv.isLinux;
openFirewall = pkgs.stdenv.isLinux;
arguments = "-v -o pw";
arguments = "-v -o pa";
};
}