Deploy shairport-sync with more verbosity for easier debugging
This commit is contained in:
parent
c96486aa91
commit
c378fc64c6
|
@ -17,7 +17,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
services.shairport-sync = {
|
||||
enable = true;
|
||||
arguments = "-o pw";
|
||||
arguments = "-o pw -v";
|
||||
};
|
||||
|
||||
users.users.shairport.extraGroups = [ "pipewire" ];
|
||||
|
|
Loading…
Reference in a new issue