diff --git a/configs/workhorse/jenkins.nix b/configs/workhorse/jenkins.nix index 85bac38..47da6ba 100644 --- a/configs/workhorse/jenkins.nix +++ b/configs/workhorse/jenkins.nix @@ -221,6 +221,10 @@ in { (sync-to-github "sync-http-errors" "ssh://gogs@git.ingolf-wagner.de:443/palo/http-errors.git" "git@github.com:mrVanDalo/http-errors.git") + (sync-to-github "sync-light-control" + "ssh://gogs@git.ingolf-wagner.de:443/palo/light-control.git" + "git@github.com:mrVanDalo/light-control.git") + ]; }; };