diff --git a/machines/gerd/services/wger/default.nix b/machines/gerd/services/wger/default.nix index cbc6965..f46d595 100644 --- a/machines/gerd/services/wger/default.nix +++ b/machines/gerd/services/wger/default.nix @@ -127,7 +127,7 @@ in { WGER_SETTINGS=${settingsFile} ${wgerpkgs}/bin/manage sync-exercises || true WGER_SETTINGS=${settingsFile} ${wgerpkgs}/bin/manage download-exercise-images || true WGER_SETTINGS=${settingsFile} ${wgerpkgs}/bin/manage download-exercise-videos || true - WGER_SETTINGS=${settingsFile} ${wgerpkgs}/bin/manage sync-ingredients || true + # WGER_SETTINGS=${settingsFile} ${wgerpkgs}/bin/manage sync-ingredients || true ${wgerpkgs}/bin/wger load-online-fixtures -s ${settingsFile} || true WGER_SETTINGS=${settingsFile} ${wgerpkgs}/bin/manage exercises-health-check || true '';