nixos/syncplay: Switch to version without GUI

This commit is contained in:
Silvan Mosberger 2022-04-13 23:58:51 +02:00
parent d2b1a168d6
commit bf123996f9

View File

@ -89,7 +89,7 @@ in
${lib.optionalString (cfg.passwordFile != null) ''
export SYNCPLAY_PASSWORD=$(cat "''${CREDENTIALS_DIRECTORY}/password")
''}
exec ${pkgs.syncplay}/bin/syncplay-server ${escapeShellArgs cmdArgs}
exec ${pkgs.syncplay-nogui}/bin/syncplay-server ${escapeShellArgs cmdArgs}
'';
};
};