Commit 756514d91d65

Vincent Demeester <vincent@sbr.pm>
2026-01-07 20:27:43
feat(jellyfin): Disable dry-run mode for favorites sync
First sync completed successfully: - 14 movies synced to aix.sbr.pm:/data/videos - 41.7GB transferred in ~31 minutes - Service will now run daily to keep playlist in sync Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2019fb9
Changed files (1)
systems
systems/rhea/extra.nix
@@ -638,8 +638,8 @@ in
         "-o UserKnownHostsFile=/dev/null"
       ];
 
-      # Enable dry-run initially to verify sync operations
-      dryRun = true;
+      # Dry-run verified, now syncing for real
+      dryRun = false;
     };
     transmission = serviceDefaults // {
       enable = true;