sunshine: improve launching of pairing

This commit is contained in:
a-kenji
2024-03-20 09:55:25 +01:00
parent 65e7449d15
commit afb4a2a936
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";