diff --git a/modules/system/services/syncthing.nix b/modules/system/services/syncthing.nix index 1cf3966..f9e41ba 100644 --- a/modules/system/services/syncthing.nix +++ b/modules/system/services/syncthing.nix @@ -44,7 +44,6 @@ in "Pictures" "Projects" "Videos" - ".local/share/zsh" ]; }; }; @@ -146,10 +145,6 @@ in restic.backups.syncthing = lib.mkIf cfg.doBackups { conflictingService = "syncthing.service"; paths = [ dataDir ]; - extraConfig.exclude = [ - "${dataDir}/Downloads" - "${dataDir}/.local/share/zsh" - ]; }; };