mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
syncthing: Disable zsh history syncing
This commit is contained in:
parent
e520ed03ea
commit
10a1eafca4
1 changed files with 1 additions and 5 deletions
|
|
@ -44,7 +44,6 @@ in
|
|||
"Pictures"
|
||||
"Projects"
|
||||
"Videos"
|
||||
".local/share/zsh"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
@ -135,10 +134,7 @@ in
|
|||
restic.backups.syncthing = lib.mkIf cfg.doBackups {
|
||||
conflictingService = "syncthing.service";
|
||||
paths = [ dataDir ];
|
||||
extraConfig.exclude = [
|
||||
"${dataDir}/Downloads"
|
||||
"${dataDir}/.local/share/zsh"
|
||||
];
|
||||
extraConfig.exclude = [ "${dataDir}/Downloads" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue