Deploy shairport-sync with more verbosity for easier debugging

This commit is contained in:
June 2024-04-28 19:51:45 +02:00
parent c96486aa91
commit c378fc64c6
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -17,7 +17,7 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
services.shairport-sync = { services.shairport-sync = {
enable = true; enable = true;
arguments = "-o pw"; arguments = "-o pw -v";
}; };
users.users.shairport.extraGroups = [ "pipewire" ]; users.users.shairport.extraGroups = [ "pipewire" ];