Merge pull request 'sunshine: improve launching of pairing' (#1021) from a-kenji-sunshine/improve-accept into main

This commit is contained in:
clan-bot
2024-03-20 09:00:58 +00:00
3 changed files with 11 additions and 7 deletions

View File

@@ -155,7 +155,7 @@ in
startLimitBurst = 5;
startLimitIntervalSec = 500;
script = ''
${lib.getExe pkgs.sunshine} --creds sunshine sunshine
${lib.getExe pkgs.sunshine} ${sunshineConfiguration} --creds sunshine sunshine
'';
serviceConfig = {
Restart = "on-failure";