Commit 756514d91d65
Changed files (1)
systems
rhea
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;