fix(nixos): quote UxPlay alsasink GStreamer pipeline arg 🔧
This commit is contained in:
parent
cea6913cf3
commit
657e250f75
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ in
|
|||
wants = [ "network-online.target" "avahi-daemon.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.uxplay}/bin/uxplay -n sunken-ship -p -vs 0 -as alsasink device=plughw:USB,0";
|
||||
ExecStart = ''${pkgs.uxplay}/bin/uxplay -n sunken-ship -p -vs 0 -as "alsasink device=plughw:USB,0"'';
|
||||
Restart = "on-failure";
|
||||
RestartSec = 5;
|
||||
User = "danny";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue