diff --git a/modules/system/services/syncthing.nix b/modules/system/services/syncthing.nix index f9e41ba..a72892b 100644 --- a/modules/system/services/syncthing.nix +++ b/modules/system/services/syncthing.nix @@ -145,6 +145,7 @@ in restic.backups.syncthing = lib.mkIf cfg.doBackups { conflictingService = "syncthing.service"; paths = [ dataDir ]; + extraConfig.exclude = [ "${dataDir}/Downloads" ]; }; };